aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTechywarrior <techywarrior@gmail.com>2013-05-15 19:54:08 -0700
committerTechywarrior <techywarrior@gmail.com>2013-05-15 19:54:08 -0700
commit6c9224a4f926c6769ca78169a88a45f87448dd6d (patch)
tree4a6a963ca284904d65946c545fcf5bdcfb4980f3
parente67e0819c4b36eb371eaf3f6e12e0b4eaa817479 (diff)
just kidding, back to videoJS 3.2
-rw-r--r--MediaBrowser.WebDashboard/Api/DashboardService.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.WebDashboard/Api/DashboardService.cs b/MediaBrowser.WebDashboard/Api/DashboardService.cs
index ab209104d..5ba2f3af4 100644
--- a/MediaBrowser.WebDashboard/Api/DashboardService.cs
+++ b/MediaBrowser.WebDashboard/Api/DashboardService.cs
@@ -409,8 +409,8 @@ namespace MediaBrowser.WebDashboard.Api
var files = new[]
{
"http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css",
- "thirdparty/video-js-4.0/video-js.css",
- "thirdparty/video-js-4.0/video-js.tube.min.css",
+ "thirdparty/video-js-3.2/video-js.min.css",
+ "thirdparty/video-js-3.2/video-js.tube.min.css",
"thirdparty/jqm-icon-pack-3.0/font-awesome/jqm-icon-pack-3.0.0-fa.css",
"css/all.css" + versionString
};
@@ -519,7 +519,7 @@ namespace MediaBrowser.WebDashboard.Api
var newLineBytes = Encoding.UTF8.GetBytes(Environment.NewLine);
- await AppendResource(memoryStream, "thirdparty/video-js-4.0/video.js", newLineBytes).ConfigureAwait(false);
+ await AppendResource(memoryStream, "thirdparty/video-js-3.2/video.min.js", newLineBytes).ConfigureAwait(false);
await AppendResource(memoryStream, "thirdparty/autoNumeric.js", newLineBytes).ConfigureAwait(false);
await AppendResource(assembly, memoryStream, "MediaBrowser.WebDashboard.ApiClient.js", newLineBytes).ConfigureAwait(false);