mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
This commit is contained in:
@@ -558,7 +558,7 @@ namespace Emby.Server.Implementations.Data
|
|||||||
{
|
{
|
||||||
var statements = PrepareAll(db, new string[]
|
var statements = PrepareAll(db, new string[]
|
||||||
{
|
{
|
||||||
GetSaveItemCommandText,
|
SaveItemCommandText,
|
||||||
"delete from AncestorIds where ItemId=@ItemId"
|
"delete from AncestorIds where ItemId=@ItemId"
|
||||||
}).ToList();
|
}).ToList();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user