Fixes to the issues

This commit is contained in:
tidusjar 2016-06-21 13:39:23 +01:00
commit 6f18c69f5f
3 changed files with 7 additions and 6 deletions

View file

@ -105,7 +105,8 @@ namespace PlexRequests.Core
SearchForMovies = true,
SearchForTvShows = true,
WeeklyRequestLimit = 0,
BaseUrl = baseUrl ?? string.Empty
BaseUrl = baseUrl ?? string.Empty,
CollectAnalyticData = true,
};
var s = new SettingsServiceV2<PlexRequestSettings>(new SettingsJsonRepository(new DbConfiguration(new SqliteFactory()), new MemoryCacheProvider()));
s.SaveSettings(defaultSettings);