Started on #16, nothing is hooked up yet.

This commit is contained in:
tidusjar 2016-03-17 17:17:34 +00:00
commit 07b42ffd50
14 changed files with 355 additions and 12 deletions

View file

@ -60,7 +60,7 @@ namespace PlexRequests.Core
SearchForTvShows = true,
WeeklyRequestLimit = 0
};
var s = new SettingsServiceV2<PlexRequestSettings>(new JsonRepository(new DbConfiguration(new SqliteFactory()), new MemoryCacheProvider()));
var s = new SettingsServiceV2<PlexRequestSettings>(new SettingsJsonRepository(new DbConfiguration(new SqliteFactory()), new MemoryCacheProvider()));
s.SaveSettings(defaultSettings);
}
}