2.1.6 Lots of nice things

This commit is contained in:
Trevor Squillario 2012-10-09 18:43:45 -04:00
parent 549fe25b7f
commit aefc7d04ba
15 changed files with 966 additions and 438 deletions

View file

@ -9,6 +9,7 @@ var password;
var passwordenc;
var server;
var smwidth;
var volume = 50;
//Sound manager
soundManager.url = 'js/sm/swf';
@ -81,6 +82,8 @@ function loadTabContent(tab) {
if (debug) { console.log("TAG CURRENT"); }
var header = generateSongHeaderHTML();
$("#CurrentPlaylistContainer thead").html(header);
window.location.hash = '#tabCurrent';
updateStatus(countCurrentPlaylist('#CurrentPlaylistContainer'));
break;
case '#tabPlaylists':
if (debug) { console.log("TAG PLAYLIST"); }
@ -92,6 +95,10 @@ function loadTabContent(tab) {
if (debug) { console.log("TAG PODCAST"); }
loadPodcasts();
break;
case '#tabVideos':
if (debug) { console.log("TAG VIDEOS"); }
loadVideos(true);
break;
case '#tabPreferences':
getGenres();
break;