1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update slider

This commit is contained in:
Luke Pulverenti 2017-01-07 15:11:41 -05:00
parent 76bff3d682
commit f5a9a7c6bf
5 changed files with 16 additions and 432 deletions

View file

@ -230,13 +230,6 @@
return html;
},
playInExternalPlayer: function (id) {
Dashboard.loadExternalPlayer().then(function () {
ExternalPlayer.showMenu(id);
});
},
getHref: function (item, context, topParentId) {
if (!item) {