Merge pull request #1965 from Bond-009/dbjson

Deserialize with the correct type (and warning fixes)
This commit is contained in:
dkanada
2019-11-10 16:51:54 +09:00
committed by GitHub
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);
}