mirror of
https://github.com/SuperBFG7/ympd
synced 2024-12-26 02:50:26 +00:00
Fix: set opacity05 when switching to playlist details
This commit is contained in:
parent
fc115a9d1b
commit
45377cb047
@ -1520,6 +1520,7 @@ function parseSongDetails(obj) {
|
||||
}
|
||||
|
||||
function playlistDetails(uri) {
|
||||
document.getElementById('BrowsePlaylistsAllList').classList.add('opacity05');
|
||||
appGoto('Browse', 'Playlists', 'Detail', '0/-/' + uri);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user