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

This commit is contained in:
Claus Vium
2020-08-02 23:34:28 +02:00
committed by GitHub
parent 85e43d657f
commit 996d0c07d0

View File

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