Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/aecf5bba49fb736293c79ca310ec5b6582dcc928?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Correctly map artist logos to clearlogo type

Closes 
pull/4547/head
Qstick 1 year ago
parent 6e43d8a4fe
commit aecf5bba49

@ -624,7 +624,8 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
case "disc": case "disc":
return MediaCoverTypes.Disc; return MediaCoverTypes.Disc;
case "logo": case "logo":
return MediaCoverTypes.Logo; case "clearlogo":
return MediaCoverTypes.Clearlogo;
default: default:
return MediaCoverTypes.Unknown; return MediaCoverTypes.Unknown;
} }

Loading…
Cancel
Save