mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-25 11:13:39 +02:00
Map Clearlogo images to cover type
This commit is contained in:
parent
40a71d65ec
commit
809788eb2e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user