Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/b82c63e2ec2234bedc3d4579db1ddc2a844e7c0f You should set ROOT_URL correctly, otherwise the web may not work correctly.

Removed extraneous model.

pull/13/merge
Mark McDowall 13 years ago
parent 4af27cc4b5
commit b82c63e2ec

@ -1,12 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace NzbDrone.Web.Models
{
public class HistoryGridModel
{
public string JsonData { get; set; }
}
}
Loading…
Cancel
Save