Deserialize with the correct type (and warning fixes)

This commit is contained in:
Bond_009
2019-11-01 16:53:16 +01:00
parent ef623f5129
commit 846857b60e
4 changed files with 18 additions and 16 deletions

View File

@@ -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);
}