mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes for multi-file movies
This commit is contained in:
parent
1fd0bb11af
commit
764d5f5e49
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@
|
|||
var duration = this.duration;
|
||||
isStaticStream = duration && !isNaN(duration) && duration != Number.POSITIVE_INFINITY && duration != Number.NEGATIVE_INFINITY;
|
||||
|
||||
videoElement.off("play.once").removeAttr('controls');
|
||||
videoElement.off("play.once");
|
||||
|
||||
ApiClient.reportPlaybackStart(Dashboard.getCurrentUserId(), item.Id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue