Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/b48b970f25c56dd443bfb0920e7889a6afee5ae9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Map Clearlogo images to cover type

(cherry picked from commit 809788eb2ed7e448f7f23101ae535533de57cd02)
pull/9165/head
Mark McDowall 2 years ago committed by Qstick
parent e715557a0d
commit b48b970f25

@ -661,6 +661,8 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
return MediaCoverTypes.Headshot;
case "fanart":
return MediaCoverTypes.Fanart;
case "clearlogo":
return MediaCoverTypes.Clearlogo;
default:
return MediaCoverTypes.Unknown;
}

Loading…
Cancel
Save