1
0
Fork 0
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:
Luke Pulverenti 2013-06-16 15:32:53 -04:00
parent 1fd0bb11af
commit 764d5f5e49

View file

@ -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);