1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

playlist fixes

This commit is contained in:
Luke Pulverenti 2013-06-07 13:23:23 -04:00
parent 6446cf2020
commit 356217a9b6
3 changed files with 27 additions and 21 deletions

View file

@ -44,6 +44,7 @@
var index = parseInt(this.getAttribute('data-index'));
MediaPlayer.currentPlaylistIndex(index);
reloadPlaylist(page);
}).on('click', '.lnkRemove', function () {