support new genre images

This commit is contained in:
Luke Pulverenti
2013-12-30 11:32:01 -05:00
parent 858be5d788
commit 9e391bcffc
10 changed files with 501 additions and 639 deletions

View File

@@ -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)
{