mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update shared components
This commit is contained in:
parent
da25a9cc2a
commit
866ecf78b4
16 changed files with 65 additions and 49 deletions
|
@ -1344,7 +1344,7 @@ var AppInfo = {};
|
|||
howler: bowerPath + '/howler.js/howler.min',
|
||||
sortable: bowerPath + '/Sortable/Sortable.min',
|
||||
isMobile: bowerPath + '/isMobile/isMobile.min',
|
||||
headroom: bowerPath + '/headroom.js/dist/headroom.min',
|
||||
headroom: bowerPath + '/headroom.js/dist/headroom',
|
||||
masonry: bowerPath + '/masonry/dist/masonry.pkgd.min',
|
||||
humanedate: 'components/humanedate',
|
||||
libraryBrowser: 'scripts/librarybrowser',
|
||||
|
@ -1647,6 +1647,9 @@ var AppInfo = {};
|
|||
canPlay: function (item) {
|
||||
return MediaController.canPlay(item);
|
||||
},
|
||||
canQueue: function (item) {
|
||||
return MediaController.canQueueMediaType(item.MediaType, item.Type);
|
||||
},
|
||||
instantMix: function (item) {
|
||||
return MediaController.instantMix(item);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue