Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/blame/commit/7c915bd522bded98191113cf06894a9d5583eade/NzbDrone.Core/MetadataSource/Trakt/Images.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
namespace NzbDrone.Core.MetadataSource.Trakt
|
|
|
|
|
{
|
|
|
|
|
public class Images
|
|
|
|
|
{
|
|
|
|
|
public string poster { get; set; }
|
|
|
|
|
public string fanart { get; set; }
|
|
|
|
|
public string banner { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|