mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
fixed bad js reference
This commit is contained in:
parent
c5303ebf25
commit
c8dd09c44a
@ -356,17 +356,27 @@
|
|||||||
<Content Include="dashboard-ui\scripts\videojsextensions.js">
|
<Content Include="dashboard-ui\scripts\videojsextensions.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\demo.html" />
|
<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" />
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.min.css" />
|
</Content>
|
||||||
<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.css">
|
||||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.png" />
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.png" />
|
</Content>
|
||||||
<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.min.css">
|
||||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.swf" />
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video.js" />
|
</Content>
|
||||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video.min.js" />
|
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.png">
|
||||||
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video.min.js" />
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.swf">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video.min.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\tvgenres.html">
|
<Content Include="dashboard-ui\tvgenres.html">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@ -903,7 +913,9 @@
|
|||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="dashboard-ui\thirdparty\video-js-3.2.0\captions.vtt" />
|
<None Include="dashboard-ui\thirdparty\video-js-3.2.0\captions.vtt">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup />
|
<ItemGroup />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user