1
0
Fork 0
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:
Luke Pulverenti 2015-04-26 00:39:40 -04:00
parent 6902732194
commit e6615a1803
4 changed files with 41 additions and 3 deletions

View file

@ -400,7 +400,7 @@
// The button is created dynamically
$(page).on('click', '.btnNewCollection', function () {
showCollectionPanel(page, []);
showCollectionPanel([]);
});
});