mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
DAMN! #435 that's a lot of code!
This commit is contained in:
parent
868301f552
commit
d59d64234f
40 changed files with 1758 additions and 115 deletions
|
@ -93,11 +93,15 @@
|
|||
<Compile Include="Interfaces\IStoreBackup.cs" />
|
||||
<Compile Include="Interfaces\IStoreCleanup.cs" />
|
||||
<Compile Include="Interfaces\IUserRequestLimitResetter.cs" />
|
||||
<Compile Include="Jobs\IEmbyAvailabilityChecker.cs" />
|
||||
<Compile Include="Jobs\IFaultQueueHandler.cs" />
|
||||
<Compile Include="Jobs\IPlexEpisodeCacher.cs" />
|
||||
<Compile Include="Jobs\IPlexUserChecker.cs" />
|
||||
<Compile Include="Jobs\Interfaces\IEmbyEpisodeCacher.cs" />
|
||||
<Compile Include="Jobs\Interfaces\IEmbyContentCacher.cs" />
|
||||
<Compile Include="Jobs\Interfaces\IEmbyAvailabilityChecker.cs" />
|
||||
<Compile Include="Jobs\Interfaces\IFaultQueueHandler.cs" />
|
||||
<Compile Include="Jobs\Interfaces\IPlexEpisodeCacher.cs" />
|
||||
<Compile Include="Jobs\Interfaces\IPlexUserChecker.cs" />
|
||||
<Compile Include="Jobs\EmbyAvailabilityChecker.cs" />
|
||||
<Compile Include="Jobs\EmbyContentCacher.cs" />
|
||||
<Compile Include="Jobs\EmbyEpisodeCacher.cs" />
|
||||
<Compile Include="Jobs\RadarrCacher.cs" />
|
||||
<Compile Include="Jobs\WatcherCacher.cs" />
|
||||
<Compile Include="Jobs\HtmlTemplateGenerator.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue