diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-11-01 16:53:16 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-11-01 17:07:42 +0100 |
| commit | 846857b60eb795fc7fd7384b24be5ce4737d65d8 (patch) | |
| tree | 4d74ae5907b57012723fbd1382f49893c0b9ccc7 /Emby.Server.Implementations/Library/LibraryManager.cs | |
| parent | ef623f512903624bba48f243e3a659ec46064054 (diff) | |
Deserialize with the correct type (and warning fixes)
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/LibraryManager.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs index 87e951f25..fc73fc649 100644 --- a/Emby.Server.Implementations/Library/LibraryManager.cs +++ b/Emby.Server.Implementations/Library/LibraryManager.cs @@ -2175,7 +2175,6 @@ namespace Emby.Server.Implementations.Library DisplayParentId = parentId }; - CreateItem(item, null); isNew = true; @@ -2197,7 +2196,6 @@ namespace Emby.Server.Implementations.Library { // Need to force save to increment DateLastSaved ForceSave = true - }, RefreshPriority.Normal); } |
