temporary fix to hide the queue

This commit is contained in:
Trevor Squillario 2014-12-27 22:14:56 -05:00
parent c7b4ad4de0
commit 1cb29043bc

View file

@ -3,6 +3,7 @@
.controller('SettingsCtrl', ['$rootScope', '$scope', '$routeParams', '$location', 'utils', 'globals', 'json', 'notifications', 'player',
function ($rootScope, $scope, $routeParams, $location, utils, globals, json, notifications, player) {
'use strict';
$rootScope.hideQueue();
$scope.settings = globals.settings; /* See service.js */
$scope.Timeouts = [
{ id: 10000, name: 10 },