Add Logo Mediacover Type

This commit is contained in:
Qstick
2017-09-16 16:27:38 -04:00
parent 44cc642ad4
commit f1aec8f15c
3 changed files with 10 additions and 4 deletions
@@ -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;
}