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

Removed extraneous dictionary, no dictception.

pull/4/head
Mark McDowall 13 years ago
parent 9048da1dd5
commit 3468adf85c

@ -85,8 +85,6 @@ namespace NzbDrone.Core.Providers.Indexer
if (this.HasAttributes)
{
var attributes = new Dictionary<string, string>();
while (this.MoveToNextAttribute())
{
message += String.Format(" [{0}:{1}]", this.Name, this.Value);

Loading…
Cancel
Save