added default library layout setting

so you can decide if you show list or grid by default
This commit is contained in:
Alex Norman 2013-12-03 10:53:41 -08:00
parent eebdb25a39
commit fc231e1c0b
4 changed files with 15 additions and 3 deletions

View file

@ -131,6 +131,7 @@ JamStash.service('globals', function (utils) {
SaveTrackPosition: false,
ForceFlash: false,
Theme: "Default",
DefaultLibraryLayout: "grid",
AutoPlay: false,
LoopQueue: false,
Repeat: false,
@ -247,4 +248,4 @@ JamStash.service('notifications', function ($rootScope, globals) {
notifications[notification].cancel();
}
}
});
});