Update Emby.Server.Implementations/Data/SqliteItemRepository.cs

pull/3790/head
Claus Vium 4 years ago committed by GitHub
parent 85e43d657f
commit 996d0c07d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -558,7 +558,7 @@ namespace Emby.Server.Implementations.Data
{
var statements = PrepareAll(db, new string[]
{
GetSaveItemCommandText,
SaveItemCommandText,
"delete from AncestorIds where ItemId=@ItemId"
}).ToList();

Loading…
Cancel
Save