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

add new sharing function

This commit is contained in:
Luke Pulverenti 2015-06-30 19:59:45 -04:00
parent d1842ae4e3
commit c8eb5f2b0c
14 changed files with 504 additions and 8 deletions

View file

@ -787,13 +787,9 @@
currentImgUrl = null;
Dashboard.ready(function () {
$(MediaController).on('playerchange', onPlayerChange);
$(MediaController).on('playerchange', onPlayerChange);
bindToPlayer(page, MediaController.getCurrentPlayer());
});
bindToPlayer(page, MediaController.getCurrentPlayer());
loadPlaylist(page);