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

update playlist drag and drop

This commit is contained in:
Luke Pulverenti 2015-10-15 11:51:00 -04:00
parent fd64c014a3
commit baf6756fc1
11 changed files with 32 additions and 26 deletions

View file

@ -1149,7 +1149,12 @@
$('.btnSimpleRefresh', this).on('click', function () {
performSimpleRefresh(page);
performAdvancedRefresh(page);
});
$('.btnEditImages', page).on('click', function () {
LibraryBrowser.editImages(currentItem.Id);
});
$('#btnIdentify', page).on('click', function () {