Merge remote-tracking branch 'nithinphilips/master' into test
This commit is contained in:
commit
1cfe48e0d8
10 changed files with 267 additions and 24 deletions
4
js/app.js
Normal file → Executable file
4
js/app.js
Normal file → Executable file
|
@ -85,6 +85,10 @@ function loadTabContent(tab) {
|
|||
if (debug) { console.log("TAG PLAYLIST"); }
|
||||
loadPlaylists();
|
||||
break;
|
||||
case '#tabPodcasts':
|
||||
if (debug) { console.log("TAG PODCAST"); }
|
||||
loadPodcasts();
|
||||
break;
|
||||
case '#tabPreferences':
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue