mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-25 22:46:31 -04:00
Map Clearlogo images to cover type
This commit is contained in:
@@ -332,6 +332,8 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
||||
return MediaCoverTypes.Banner;
|
||||
case "fanart":
|
||||
return MediaCoverTypes.Fanart;
|
||||
case "clearlogo":
|
||||
return MediaCoverTypes.Clearlogo;
|
||||
default:
|
||||
return MediaCoverTypes.Unknown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user