2.3.8 play queue scroll fix
This commit is contained in:
parent
77831e1ef6
commit
8d5629e752
7 changed files with 17 additions and 21 deletions
|
@ -130,10 +130,6 @@
|
|||
if (count > 0) {
|
||||
$('#currentActions a.button').removeClass('disabled');
|
||||
}
|
||||
var songid = $('#CurrentPlaylistContainer tbody tr.playing').attr('childid');
|
||||
if (songid !== undefined) {
|
||||
$('#CurrentPlaylist').scrollTo($('#' + songid), 400);
|
||||
}
|
||||
break;
|
||||
case '#tabPlaylists':
|
||||
if (debug) { console.log("TAG PLAYLIST"); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue