2.0.7 Prerelease - Genre Playlists
This commit is contained in:
parent
9c5f0e37c5
commit
2b5aae9c2f
5 changed files with 87 additions and 37 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue