mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Updated csproj
This commit is contained in:
@@ -544,7 +544,7 @@
|
||||
<Compile Include="Providers\SearchProvider.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Tv\SeriesProvider.cs">
|
||||
<Compile Include="Tv\SeriesService.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Providers\SignalRProvider.cs">
|
||||
|
@@ -16,10 +16,6 @@ namespace NzbDrone.Core.Tv
|
||||
|
||||
public class SeasonRepository : BasicRepository<Season>, ISeasonRepository
|
||||
{
|
||||
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
private readonly IDatabase _database;
|
||||
|
||||
public SeasonRepository(IObjectDatabase database)
|
||||
: base(database)
|
||||
{
|
||||
|
Reference in New Issue
Block a user