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/0babb9474ea8f49be335189d9f8e88374a8f9874/NzbDrone.Core/Model/UpcomingEpisodesModel.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System.Collections.Generic;
|
|
using NzbDrone.Core.Repository;
|
|
|
|
namespace NzbDrone.Core.Model
|
|
{
|
|
public class UpcomingEpisodesModel
|
|
{
|
|
public List<Episode> Yesterday { get; set; }
|
|
public List<Episode> Today { get; set; }
|
|
public List<Episode> Week { get; set; }
|
|
}
|
|
} |