mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fixes to the issues
This commit is contained in:
parent
5a1b606f01
commit
6f18c69f5f
3 changed files with 7 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue