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

fixed OID issues.

pull/4/head
Keivan Beigi 12 years ago
parent d04d38e427
commit 911311d1e8

@ -1,4 +1,4 @@
using System.Diagnostics;
using System.Diagnostics;
using System.Linq;
using Newtonsoft.Json;
@ -17,6 +17,6 @@ namespace NzbDrone.Core.Datastore
}
[JsonProperty(PropertyName = "id")]
private int OID;
public int OID { get; set; }
}
}

Loading…
Cancel
Save