2.0.7 Prerelease - Genre Playlists

This commit is contained in:
Trevor Squillario 2012-09-29 00:19:50 -04:00
parent 9c5f0e37c5
commit 2b5aae9c2f
5 changed files with 87 additions and 37 deletions

View file

@ -1,4 +1,4 @@
// Global Variables
// Global Variables
var debug = false;
var audio = null;
var hostURL = location.href;
@ -85,13 +85,15 @@ function loadTabContent(tab) {
case '#tabPlaylists':
if (debug) { console.log("TAG PLAYLIST"); }
loadPlaylists();
loadFolders();
loadFolders();
loadGenres();
break;
case '#tabPodcasts':
if (debug) { console.log("TAG PODCAST"); }
loadPodcasts();
break;
case '#tabPreferences':
getGenres();
break;
default:
break;