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

switched reflection strategy for marr to SimpleReflectionStrategy, should be more mono friendly.

pull/4/head
Keivan Beigi 12 years ago
parent 0779ff63d4
commit 89e94bae01

@ -1,6 +1,7 @@
using System;
using System.Data.SQLite;
using Marr.Data;
using Marr.Data.Reflection;
using NzbDrone.Core.Datastore.Migration.Framework;
@ -34,6 +35,9 @@ namespace NzbDrone.Core.Datastore
{
SqlMode = SqlModes.Text,
};
MapRepository.Instance.ReflectionStrategy = new SimpleReflectionStrategy();
return new Database(dataMapper);
}

Loading…
Cancel
Save