mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Added caching to SAB
This commit is contained in:
parent
739188a577
commit
1454f158f5
2 changed files with 27 additions and 18 deletions
|
@ -18,7 +18,6 @@ namespace NzbDrone.Core.DataAugmentation.Scene
|
|||
IHandleAsync<ApplicationStartedEvent>,
|
||||
IExecute<UpdateSceneMappingCommand>
|
||||
{
|
||||
|
||||
private readonly ISceneMappingRepository _repository;
|
||||
private readonly ISceneMappingProxy _sceneMappingProxy;
|
||||
private readonly Logger _logger;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue