mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add constructor capitalization rule
This commit is contained in:
parent
8e2ea6812a
commit
ec0adb895b
43 changed files with 103 additions and 94 deletions
|
@ -188,7 +188,7 @@ function initLibraryOptions(dlg) {
|
|||
});
|
||||
}
|
||||
|
||||
export class showEditor {
|
||||
export class MediaLibraryCreator {
|
||||
constructor(options) {
|
||||
return new Promise((resolve) => {
|
||||
currentOptions = options;
|
||||
|
@ -224,4 +224,4 @@ let currentOptions;
|
|||
let hasChanges = false;
|
||||
let isCreating = false;
|
||||
|
||||
export default showEditor;
|
||||
export default MediaLibraryCreator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue