mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
removed IEpisodeProvider, ILogProvider
fixed some broken tests.
This commit is contained in:
parent
8fbc79c50d
commit
7efbfdbb89
19 changed files with 130 additions and 167 deletions
|
@ -34,6 +34,10 @@ namespace NzbDrone.Core.Providers
|
|||
_quality = quality;
|
||||
}
|
||||
|
||||
public SeriesProvider()
|
||||
{
|
||||
}
|
||||
|
||||
#region SeriesProvider Members
|
||||
|
||||
public virtual IQueryable<Series> GetAllSeries()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue