diff --git a/app/common/main-controller.js b/app/common/main-controller.js index 3a62c26..67fa692 100644 --- a/app/common/main-controller.js +++ b/app/common/main-controller.js @@ -110,7 +110,8 @@ }; $scope.$watchCollection('queue', function(newItem, oldItem) { - if (oldItem.length != newItem.length) { + if (oldItem.length != newItem.length + && globals.settings.ShowQueue) { $rootScope.showQueue(); } /*