Fix: set opacity05 when switching to playlist details

This commit is contained in:
jcorporation
2018-09-30 22:12:16 +01:00
parent fc115a9d1b
commit 45377cb047
+1
View File
@@ -1520,6 +1520,7 @@ function parseSongDetails(obj) {
}
function playlistDetails(uri) {
document.getElementById('BrowsePlaylistsAllList').classList.add('opacity05');
appGoto('Browse', 'Playlists', 'Detail', '0/-/' + uri);
}