mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 22:23:34 -07:00
Corrected the other properties
This commit is contained in:
parent
a48650fcfb
commit
29213b073d
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ namespace Ombi.Schedule.Jobs.Ombi
|
|||
}
|
||||
|
||||
private readonly IMediaServerContentRepository<PlexServerContent> _plex;
|
||||
private readonly IEmbyContentRepository _emby;
|
||||
private readonly IJellyfinContentRepository _jellyfin;
|
||||
private readonly IMediaServerContentRepository<EmbyContent> _emby;
|
||||
private readonly IMediaServerContentRepository<JellyfinContent> _jellyfin;
|
||||
private readonly IRepository<RecentlyAddedLog> _recentlyAddedLog;
|
||||
private readonly IMovieDbApi _movieApi;
|
||||
private readonly ITvMazeApi _tvApi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue