Merge remote-tracking branch 'Concept211/master' into test
Conflicts: js/ui-ready.js
This commit is contained in:
commit
9c5f0e37c5
4 changed files with 74 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
// Global Variables
|
||||
// Global Variables
|
||||
var debug = false;
|
||||
var audio = null;
|
||||
var hostURL = location.href;
|
||||
|
@ -85,6 +85,7 @@ function loadTabContent(tab) {
|
|||
case '#tabPlaylists':
|
||||
if (debug) { console.log("TAG PLAYLIST"); }
|
||||
loadPlaylists();
|
||||
loadFolders();
|
||||
break;
|
||||
case '#tabPodcasts':
|
||||
if (debug) { console.log("TAG PODCAST"); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue