Fix collectionEditor creation in movies
This commit is contained in:
parent
2552e7b10c
commit
09f6e775de
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ import 'emby-itemscontainer';
|
||||||
tabContent.querySelector('.btnNewCollection').addEventListener('click', () => {
|
tabContent.querySelector('.btnNewCollection').addEventListener('click', () => {
|
||||||
import('collectionEditor').then(({default: collectionEditor}) => {
|
import('collectionEditor').then(({default: collectionEditor}) => {
|
||||||
const serverId = ApiClient.serverInfo().Id;
|
const serverId = ApiClient.serverInfo().Id;
|
||||||
new collectionEditor.showEditor({
|
new collectionEditor({
|
||||||
items: [],
|
items: [],
|
||||||
serverId: serverId
|
serverId: serverId
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue