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:
parent
fd64c014a3
commit
baf6756fc1
11 changed files with 32 additions and 26 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue