1
0
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:
Mark McDowall 2023-09-10 13:05:41 -07:00
parent 40a71d65ec
commit 809788eb2e

View File

@ -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;
}