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

add new slider

This commit is contained in:
Luke Pulverenti 2015-06-26 23:27:38 -04:00
parent e33e5875cf
commit 09d4af3357
133 changed files with 9418 additions and 256 deletions

View file

@ -96,7 +96,7 @@
function onPlaybackStart(e, state) {
console.log('nowplaying event: ' + e.type);
Logger.log('nowplaying event: ' + e.type);
var player = this;
@ -107,7 +107,7 @@
function onPlaybackStopped(e, state) {
console.log('nowplaying event: ' + e.type);
Logger.log('nowplaying event: ' + e.type);
var player = this;
player.endPlayerUpdates();
@ -142,7 +142,7 @@
currentPlayer = player;
console.log('binding remotecontrols to MediaPlayer');
Logger.log('binding remotecontrols to MediaPlayer');
player.getPlayerState().done(function (state) {
@ -161,7 +161,7 @@
Dashboard.ready(function () {
console.log('binding remotecontrols to MediaController');
Logger.log('binding remotecontrols to MediaController');
$(MediaController).on('playerchange', function () {