fixes for multi-file movies
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user