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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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();