mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Rename class name for collectionEditor & add method show
This commit is contained in:
parent
87ebe89196
commit
bdff9b14f1
4 changed files with 12 additions and 9 deletions
|
@ -206,8 +206,8 @@ import toast from '../toast/toast';
|
|||
});
|
||||
}
|
||||
|
||||
export class showEditor {
|
||||
constructor(options) {
|
||||
class CollectionEditor {
|
||||
show(options) {
|
||||
const items = options.items || {};
|
||||
currentServerId = options.serverId;
|
||||
|
||||
|
@ -266,4 +266,4 @@ import toast from '../toast/toast';
|
|||
}
|
||||
|
||||
/* eslint-enable indent */
|
||||
export default showEditor;
|
||||
export default CollectionEditor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue