mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 04:34:49 +03:00
Merge pull request #1965 from Bond-009/dbjson
Deserialize with the correct type (and warning fixes)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user