Skip to content

Commit

Permalink
Update function.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rern committed Nov 29, 2023
1 parent d42a1a7 commit b2055ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srv/http/assets/js/function.js
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@ function setInfoScroll() {
}
function setPlaybackBlank() {
$( '#page-playback .emptyadd' ).toggleClass( 'hide', S.player !== 'mpd' );
$( '#playback-controls, #infoicon i, #vu' ).addClass( 'hide' );
$( '#playback-controls, #infoicon i, #vu,#divcomposer, #divconductor' ).addClass( 'hide' );
$( '#divartist, #divtitle, #divalbum' ).removeClass( 'scroll-left' );
$( '#artist, #title, #album, #progress, #elapsed, #total' ).empty();
setProgress( 0 );
Expand Down

0 comments on commit b2055ed

Please sign in to comment.