Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/blame/commit/27fc51da488edf6959fdf08840c608a6a39f7693/NzbDrone.Core/Download/SabQueueItem.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
namespace NzbDrone.Core.Download
|
|
|
|
|
{
|
|
|
|
|
public class QueueItem
|
|
|
|
|
{
|
|
|
|
|
public decimal Size { get; set; }
|
|
|
|
|
|
|
|
|
|
public string Title { get; set; }
|
|
|
|
|
|
|
|
|
|
public decimal SizeLeft { get; set; }
|
|
|
|
|
|
|
|
|
|
public string Id { get; set; }
|
|
|
|
|
|
|
|
|
|
public TimeSpan Timeleft { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|