Added push for extra Defaults, Added Artist Search
This commit is contained in:
parent
0db50559e7
commit
ff10d7779c
7 changed files with 79 additions and 69 deletions
|
@ -13,11 +13,9 @@ function SettingsCtrl($scope, $routeParams, $location, utils, globals, json, not
|
|||
];
|
||||
$scope.Protocols = ["json", "jsonp"];
|
||||
$scope.Themes = ["Default", "Dark"];
|
||||
$scope.LibraryLayouts = [
|
||||
{ id: "list", name: "List" },
|
||||
{ id: "grid", name: "Grid" },
|
||||
];
|
||||
$scope.DefaultLibraryLayout = 'grid';
|
||||
$scope.SearchTypes = globals.SearchTypes;
|
||||
$scope.Layouts = globals.Layouts;
|
||||
|
||||
$scope.$watch('settings.HideAZ', function () {
|
||||
if (globals.settings.HideAZ) {
|
||||
$('#AZIndex').hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue