1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-25 22:23:16 +00:00

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

View File

@ -1520,6 +1520,7 @@ function parseSongDetails(obj) {
}
function playlistDetails(uri) {
document.getElementById('BrowsePlaylistsAllList').classList.add('opacity05');
appGoto('Browse', 'Playlists', 'Detail', '0/-/' + uri);
}