mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update images
This commit is contained in:
parent
b8f54a3174
commit
8f71cd9871
22 changed files with 25 additions and 11729 deletions
|
@ -131,10 +131,10 @@
|
|||
self.report = function (eventName, duration, position, isPaused, volume) {
|
||||
|
||||
var state = playerState;
|
||||
console.log('Vlc: ' + eventName + ' - ' + position + ' - ' + duration);
|
||||
|
||||
state.duration = duration;
|
||||
state.currentTime = position;
|
||||
state.isPaused = isPaused;
|
||||
state.paused = isPaused;
|
||||
state.volume = (volume || 0) / 100;
|
||||
|
||||
if (eventName == 'playbackstop') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue