1
0
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:
Mark McDowall
2023-09-10 13:05:41 -07:00
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;
}