diff options
| author | Techywarrior <techywarrior@gmail.com> | 2013-05-15 20:08:42 -0700 |
|---|---|---|
| committer | Techywarrior <techywarrior@gmail.com> | 2013-05-15 20:08:42 -0700 |
| commit | ec1fd4821dbaa055f8291c0d1f904d616a52b7a1 (patch) | |
| tree | a42ac1b0f0c6a5cdd05715af60bf6b30950f451f | |
| parent | 740a2dea0f0ea68a2f70919962788c17eeaaeffc (diff) | |
fixed own stupidity and haste
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/DashboardService.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.WebDashboard/Api/DashboardService.cs b/MediaBrowser.WebDashboard/Api/DashboardService.cs index 5ba2f3af4..683ecda97 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-3.2/video-js.min.css", - "thirdparty/video-js-3.2/video-js.tube.min.css", + "thirdparty/video-js-3.2.0/video-js.min.css", + "thirdparty/video-js-3.2.0/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-3.2/video.min.js", newLineBytes).ConfigureAwait(false); + await AppendResource(memoryStream, "thirdparty/video-js-3.2.0/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); |
