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

added IsMuted to playback progress

This commit is contained in:
Luke Pulverenti 2013-08-29 17:00:27 -04:00
parent 8c16c2b417
commit 3d70e55368
3 changed files with 8 additions and 4 deletions

View file

@ -134,7 +134,7 @@
function sendProgressUpdate(itemId) {
ApiClient.reportPlaybackProgress(Dashboard.getCurrentUserId(), itemId, getCurrentTicks(), currentMediaElement.paused);
ApiClient.reportPlaybackProgress(Dashboard.getCurrentUserId(), itemId, getCurrentTicks(), currentMediaElement.paused, currentMediaElement.volume == 0);
}
function clearProgressInterval() {