mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix CC runtime ticks value
This commit is contained in:
parent
d875667650
commit
408fae1db1
1 changed files with 1 additions and 1 deletions
|
@ -1382,7 +1382,6 @@
|
|||
|
||||
CanSeek: self.positionTicks < self.runtimeTicks,
|
||||
PositionTicks: self.positionTicks,
|
||||
RunTimeTicks: self.runtimeTicks,
|
||||
VolumeLevel: castPlayer.currentVolume * 100,
|
||||
IsPaused: self.isPaused,
|
||||
IsMuted: self.isMuted
|
||||
|
@ -1403,6 +1402,7 @@
|
|||
|
||||
state.NowPlayingItem = {
|
||||
|
||||
RunTimeTicks: self.runtimeTicks,
|
||||
Name: 'Chromecast'
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue