mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fixed dashboard project
This commit is contained in:
parent
4de921c378
commit
1267788e41
@ -233,7 +233,7 @@ namespace MediaBrowser.Server.Implementations.Sqlite
|
|||||||
var cmd = connection.CreateCommand();
|
var cmd = connection.CreateCommand();
|
||||||
cmd.CommandText = "select data from userdata where key = @key and userId=@userId";
|
cmd.CommandText = "select data from userdata where key = @key and userId=@userId";
|
||||||
|
|
||||||
var idParam = cmd.Parameters.Add("@key", DbType.Guid);
|
var idParam = cmd.Parameters.Add("@key", DbType.String);
|
||||||
idParam.Value = key;
|
idParam.Value = key;
|
||||||
|
|
||||||
var userIdParam = cmd.Parameters.Add("@userId", DbType.Guid);
|
var userIdParam = cmd.Parameters.Add("@userId", DbType.Guid);
|
||||||
|
@ -296,13 +296,16 @@
|
|||||||
<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\jplayer\jplayer.playlist.min.js">
|
<Content Include="dashboard-ui\thirdparty\video-js\video-js.min.css">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\thirdparty\jplayer\Jplayer.swf">
|
<Content Include="dashboard-ui\thirdparty\video-js\video-js.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\thirdparty\jplayer\jquery.jplayer.min.js">
|
<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>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\tvgenres.html">
|
<Content Include="dashboard-ui\tvgenres.html">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user