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;
|
var duration = this.duration;
|
||||||
isStaticStream = duration && !isNaN(duration) && duration != Number.POSITIVE_INFINITY && duration != Number.NEGATIVE_INFINITY;
|
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);
|
ApiClient.reportPlaybackStart(Dashboard.getCurrentUserId(), item.Id);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue