mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
playlist fixes
This commit is contained in:
parent
6446cf2020
commit
356217a9b6
3 changed files with 27 additions and 21 deletions
|
@ -44,6 +44,7 @@
|
|||
var index = parseInt(this.getAttribute('data-index'));
|
||||
|
||||
MediaPlayer.currentPlaylistIndex(index);
|
||||
reloadPlaylist(page);
|
||||
|
||||
}).on('click', '.lnkRemove', function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue