1
0
Fork 0
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:
grafixeyehero 2022-08-06 02:50:41 +03:00
parent 87ebe89196
commit bdff9b14f1
4 changed files with 12 additions and 9 deletions

View file

@ -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;