Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/28d4010c5c6b833e7981091aaee3022484a19449/NzbDrone.Core/MetadataSource/Trakt/Images.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.

9 lines
216 B

namespace NzbDrone.Core.MetadataSource.Trakt
{
public class Images
{
public string poster { get; set; }
public string fanart { get; set; }
public string banner { get; set; }
}
}