mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Add Logo Mediacover Type
This commit is contained in:
@@ -261,6 +261,8 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
||||
return MediaCoverTypes.Cover;
|
||||
case "disc":
|
||||
return MediaCoverTypes.Disc;
|
||||
case "logo":
|
||||
return MediaCoverTypes.Logo;
|
||||
default:
|
||||
return MediaCoverTypes.Unknown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user