mirror of
https://github.com/Lidarr/Lidarr
synced 2026-03-01 18:16:31 +01:00
parent
6e43d8a4fe
commit
aecf5bba49
1 changed files with 2 additions and 1 deletions
|
|
@ -624,7 +624,8 @@ private static MediaCoverTypes MapCoverType(string coverType)
|
|||
case "disc":
|
||||
return MediaCoverTypes.Disc;
|
||||
case "logo":
|
||||
return MediaCoverTypes.Logo;
|
||||
case "clearlogo":
|
||||
return MediaCoverTypes.Clearlogo;
|
||||
default:
|
||||
return MediaCoverTypes.Unknown;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue