temporary fix to hide the queue
This commit is contained in:
parent
c7b4ad4de0
commit
1cb29043bc
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
.controller('SettingsCtrl', ['$rootScope', '$scope', '$routeParams', '$location', 'utils', 'globals', 'json', 'notifications', 'player',
|
.controller('SettingsCtrl', ['$rootScope', '$scope', '$routeParams', '$location', 'utils', 'globals', 'json', 'notifications', 'player',
|
||||||
function ($rootScope, $scope, $routeParams, $location, utils, globals, json, notifications, player) {
|
function ($rootScope, $scope, $routeParams, $location, utils, globals, json, notifications, player) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
$rootScope.hideQueue();
|
||||||
$scope.settings = globals.settings; /* See service.js */
|
$scope.settings = globals.settings; /* See service.js */
|
||||||
$scope.Timeouts = [
|
$scope.Timeouts = [
|
||||||
{ id: 10000, name: 10 },
|
{ id: 10000, name: 10 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue