3.4.1 archive tab improvements
This commit is contained in:
parent
e20c780052
commit
1f8c286a13
8 changed files with 237 additions and 216 deletions
|
@ -46,6 +46,7 @@ function AppCtrl($scope, $rootScope, $document, $window, $location, $cookieStore
|
|||
});
|
||||
}
|
||||
if (utils.getValue("SavedCollections")) { globals.SavedCollections = utils.getValue("SavedCollections").split(","); }
|
||||
if (utils.getValue("DefaultCollection")) { globals.DefaultCollection = utils.getValue("DefaultCollection"); }
|
||||
if (utils.getValue("SavedGenres")) { globals.SavedGenres = utils.getValue("SavedGenres").split(","); }
|
||||
if (globals.settings.Debug) { console.log('Settings: ' + JSON.stringify(globals.settings, null, 2)); }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue