aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2020-08-02 23:34:28 +0200
committerGitHub <noreply@github.com>2020-08-02 23:34:28 +0200
commit996d0c07d02898774579e03ca9a32ef982707e19 (patch)
treec2c12db83c00613814dfe7632dae8f7fe118c0ea
parent85e43d657f2983a78f247ce1246fed22bf0aa185 (diff)
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
-rw-r--r--Emby.Server.Implementations/Data/SqliteItemRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Data/SqliteItemRepository.cs b/Emby.Server.Implementations/Data/SqliteItemRepository.cs
index e4ebdb87e..1c6d3cb94 100644
--- a/Emby.Server.Implementations/Data/SqliteItemRepository.cs
+++ b/Emby.Server.Implementations/Data/SqliteItemRepository.cs
@@ -558,7 +558,7 @@ namespace Emby.Server.Implementations.Data
{
var statements = PrepareAll(db, new string[]
{
- GetSaveItemCommandText,
+ SaveItemCommandText,
"delete from AncestorIds where ItemId=@ItemId"
}).ToList();