mirror of https://github.com/Radarr/Radarr
Updated csproj
This commit is contained in:
parent
4130c115d9
commit
5b50aa5d59
|
@ -544,7 +544,7 @@
|
||||||
<Compile Include="Providers\SearchProvider.cs">
|
<Compile Include="Providers\SearchProvider.cs">
|
||||||
<SubType>Code</SubType>
|
<SubType>Code</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Tv\SeriesProvider.cs">
|
<Compile Include="Tv\SeriesService.cs">
|
||||||
<SubType>Code</SubType>
|
<SubType>Code</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Providers\SignalRProvider.cs">
|
<Compile Include="Providers\SignalRProvider.cs">
|
||||||
|
|
|
@ -16,10 +16,6 @@ namespace NzbDrone.Core.Tv
|
||||||
|
|
||||||
public class SeasonRepository : BasicRepository<Season>, ISeasonRepository
|
public class SeasonRepository : BasicRepository<Season>, ISeasonRepository
|
||||||
{
|
{
|
||||||
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
|
|
||||||
|
|
||||||
private readonly IDatabase _database;
|
|
||||||
|
|
||||||
public SeasonRepository(IObjectDatabase database)
|
public SeasonRepository(IObjectDatabase database)
|
||||||
: base(database)
|
: base(database)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue