mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework playlist editor
This commit is contained in:
parent
add9159c97
commit
cbccf10bec
9 changed files with 255 additions and 220 deletions
|
@ -184,7 +184,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
function directoryBrowser() {
|
||||
function collectioneditor() {
|
||||
|
||||
var self = this;
|
||||
|
||||
|
@ -219,7 +219,7 @@
|
|||
|
||||
$(dlg).on('iron-overlay-closed', onDialogClosed);
|
||||
|
||||
PaperDialogHelper.openWithHash(dlg, 'directorybrowser');
|
||||
PaperDialogHelper.openWithHash(dlg, 'collectioneditor');
|
||||
|
||||
$('.btnCloseDialog', dlg).on('click', function () {
|
||||
|
||||
|
@ -229,5 +229,5 @@
|
|||
};
|
||||
}
|
||||
|
||||
return directoryBrowser;
|
||||
return collectioneditor;
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue