mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 18:02:44 +01:00
Map Clearlogo images to cover type
(cherry picked from commit 809788eb2ed7e448f7f23101ae535533de57cd02)
This commit is contained in:
parent
e715557a0d
commit
b48b970f25
@ -661,6 +661,8 @@ private static MediaCoverTypes MapCoverType(string coverType)
|
||||
return MediaCoverTypes.Headshot;
|
||||
case "fanart":
|
||||
return MediaCoverTypes.Fanart;
|
||||
case "clearlogo":
|
||||
return MediaCoverTypes.Clearlogo;
|
||||
default:
|
||||
return MediaCoverTypes.Unknown;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user