瀏覽代碼

corrected filename reference for videoJS 4

Techywarrior 12 年之前
父節點
當前提交
e67e0819c4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      MediaBrowser.WebDashboard/Api/DashboardService.cs

+ 2 - 2
MediaBrowser.WebDashboard/Api/DashboardService.cs

@@ -409,7 +409,7 @@ namespace MediaBrowser.WebDashboard.Api
             var files = new[]
             var files = new[]
                             {
                             {
                                 "http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css",
                                 "http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css",
-                                "thirdparty/video-js-4.0/video-js.min.css",
+                                "thirdparty/video-js-4.0/video-js.css",
                                 "thirdparty/video-js-4.0/video-js.tube.min.css",
                                 "thirdparty/video-js-4.0/video-js.tube.min.css",
                                 "thirdparty/jqm-icon-pack-3.0/font-awesome/jqm-icon-pack-3.0.0-fa.css",
                                 "thirdparty/jqm-icon-pack-3.0/font-awesome/jqm-icon-pack-3.0.0-fa.css",
                                 "css/all.css" + versionString
                                 "css/all.css" + versionString
@@ -519,7 +519,7 @@ namespace MediaBrowser.WebDashboard.Api
 
 
             var newLineBytes = Encoding.UTF8.GetBytes(Environment.NewLine);
             var newLineBytes = Encoding.UTF8.GetBytes(Environment.NewLine);
 
 
-            await AppendResource(memoryStream, "thirdparty/video-js-4.0/video.min.js", newLineBytes).ConfigureAwait(false);
+            await AppendResource(memoryStream, "thirdparty/video-js-4.0/video.js", newLineBytes).ConfigureAwait(false);
             await AppendResource(memoryStream, "thirdparty/autoNumeric.js", newLineBytes).ConfigureAwait(false);
             await AppendResource(memoryStream, "thirdparty/autoNumeric.js", newLineBytes).ConfigureAwait(false);
 
 
             await AppendResource(assembly, memoryStream, "MediaBrowser.WebDashboard.ApiClient.js", newLineBytes).ConfigureAwait(false);
             await AppendResource(assembly, memoryStream, "MediaBrowser.WebDashboard.ApiClient.js", newLineBytes).ConfigureAwait(false);