Minor display changes

This commit is contained in:
Trevor Squillario 2013-11-18 20:08:03 -05:00
parent 0bc1b4b4ba
commit b8e00f71d9
3 changed files with 27 additions and 16 deletions

View file

@ -3,6 +3,7 @@ function PlaylistCtrl($scope, $rootScope, $location, utils, globals, model, noti
$("#LayoutContainer").layout($scope.layoutTwoCol);
$rootScope.song = [];
$scope.itemType = 'pl';
$scope.playlists = [];
$scope.playlistsPublic = [];
$scope.playlistsGenre = globals.SavedGenres;