Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/05370518c5f0ecd90b2c48ceb8ad97312755860a/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; }
|
|
}
|
|
}
|