mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove fingerprintjs
This commit is contained in:
parent
c546f03906
commit
1846f1afcf
16 changed files with 24 additions and 1593 deletions
|
@ -424,7 +424,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
var timeText = datetime.getDisplayRunningTime(playState.PositionTicks);
|
||||
var timeText = playState.PositionTicks == null ? '--:--' : datetime.getDisplayRunningTime(playState.PositionTicks);
|
||||
|
||||
if (nowPlayingItem.RunTimeTicks) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue