updated video js
This commit is contained in:
parent
82dfb4ffb5
commit
6d5d722bc6
|
@ -323,9 +323,9 @@ namespace MediaBrowser.Common.Implementations
|
|||
{
|
||||
return Container.GetInstance(type);
|
||||
}
|
||||
catch
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.Error("Error creating {0}", type.Name);
|
||||
Logger.Error("Error creating {0}", ex, type.Name);
|
||||
|
||||
throw;
|
||||
}
|
||||
|
|
|
@ -398,7 +398,7 @@ 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/video-js.min.css",
|
||||
"thirdparty/video-js-3.2.0/video-js.min.css",
|
||||
"thirdparty/jqm-icon-pack-3.0/font-awesome/jqm-icon-pack-3.0.0-fa.css",
|
||||
"css/all.css" + versionString
|
||||
};
|
||||
|
@ -421,7 +421,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||
{
|
||||
"http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
|
||||
"http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js",
|
||||
"thirdparty/video-js/video.min.js",
|
||||
"thirdparty/video-js-3.2.0/video.min.js",
|
||||
"scripts/all.js" + versionString
|
||||
};
|
||||
|
||||
|
|
|
@ -356,30 +356,17 @@
|
|||
<Content Include="dashboard-ui\scripts\videojsextensions.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\thirdparty\video-js\video-js.min.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\thirdparty\video-js\video-js.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\thirdparty\video-js\video-js.swf">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\thirdparty\video-js\video.min.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\thirdparty\video-js\video-js.min.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\thirdparty\video-js\video-js.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\thirdparty\video-js\video-js.swf">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\thirdparty\video-js\video.min.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\demo.html" />
|
||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.css" />
|
||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.min.css" />
|
||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.min.css" />
|
||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.png" />
|
||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.png" />
|
||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.swf" />
|
||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.swf" />
|
||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video.js" />
|
||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video.min.js" />
|
||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video.min.js" />
|
||||
<Content Include="dashboard-ui\tvgenres.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
@ -916,6 +903,7 @@
|
|||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="dashboard-ui\thirdparty\video-js-3.2.0\captions.vtt" />
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
|
|
Loading…
Reference in New Issue
Block a user