mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
support new genre images
This commit is contained in:
@@ -791,7 +791,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
|
||||
var id = path.GetMBId(type);
|
||||
|
||||
var item = RetrieveItem(id) as T;
|
||||
var item = isNew ? null : RetrieveItem(id) as T;
|
||||
|
||||
if (item == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user