mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed for new collection creation
This commit is contained in:
parent
6902732194
commit
e6615a1803
4 changed files with 41 additions and 3 deletions
|
@ -400,7 +400,7 @@
|
|||
// The button is created dynamically
|
||||
$(page).on('click', '.btnNewCollection', function () {
|
||||
|
||||
showCollectionPanel(page, []);
|
||||
showCollectionPanel([]);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue