From 764d5f5e49d9e7ede01c1453f4d70fc6bb88506e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 16 Jun 2013 15:32:53 -0400 Subject: [PATCH] fixes for multi-file movies --- dashboard-ui/scripts/mediaplayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/mediaplayer.js b/dashboard-ui/scripts/mediaplayer.js index 0a4ff1c57..aa1d4e837 100644 --- a/dashboard-ui/scripts/mediaplayer.js +++ b/dashboard-ui/scripts/mediaplayer.js @@ -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);