Commit 7861c275 by Torkel Ödegaard

fix: another fix for playlist view state, #9639

parent a8285d0e
...@@ -32,7 +32,7 @@ function (_, $, coreModule) { ...@@ -32,7 +32,7 @@ function (_, $, coreModule) {
}); });
$scope.$watch('playlistSrv.isPlaying', function(newValue) { $scope.$watch('playlistSrv.isPlaying', function(newValue) {
elem.toggleClass('playlist-active', newValue); elem.toggleClass('playlist-active', newValue === true);
}); });
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment