diff --git a/PlexRequests.Services/AvailabilityUpdateService.cs b/PlexRequests.Services/AvailabilityUpdateService.cs index a8bd6f336..0774307e6 100644 --- a/PlexRequests.Services/AvailabilityUpdateService.cs +++ b/PlexRequests.Services/AvailabilityUpdateService.cs @@ -50,7 +50,7 @@ namespace PlexRequests.Services { ConfigurationReader = new ConfigurationReader(); var repo = new SettingsJsonRepository(new DbConfiguration(new SqliteFactory()), new MemoryCacheProvider()); - Checker = new PlexAvailabilityChecker(new SettingsServiceV2(repo), new SettingsServiceV2(repo), new RequestService(new GenericRepository(new DbConfiguration(new SqliteFactory()))), new PlexApi()); + Checker = new PlexAvailabilityChecker(new SettingsServiceV2(repo), new SettingsServiceV2(repo), new JsonRequestService(new RequestJsonRepository(new DbConfiguration(new SqliteFactory()), new MemoryCacheProvider())), new PlexApi()); HostingEnvironment.RegisterObject(this); } @@ -82,4 +82,4 @@ namespace PlexRequests.Services { void Start(Configuration c); } -} \ No newline at end of file +} diff --git a/appveyor.yml b/appveyor.yml index bad7139a5..6be053264 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,9 +3,9 @@ configuration: Release assembly_info: patch: true file: '**\AssemblyInfo.*' - assembly_version: '1.4.0' + assembly_version: '1.4.1' assembly_file_version: '{version}' - assembly_informational_version: '1.4.0' + assembly_informational_version: '1.4.1' before_build: - cmd: appveyor-retry nuget restore build: