mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2029 from cvium/fix_movie_collections_create
Fix collectionEditor creation in movies
This commit is contained in:
commit
c4bd92de1d
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ import 'emby-itemscontainer';
|
|||
tabContent.querySelector('.btnNewCollection').addEventListener('click', () => {
|
||||
import('collectionEditor').then(({default: collectionEditor}) => {
|
||||
const serverId = ApiClient.serverInfo().Id;
|
||||
new collectionEditor.showEditor({
|
||||
new collectionEditor({
|
||||
items: [],
|
||||
serverId: serverId
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue