mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Updated csproj
This commit is contained in:
parent
4130c115d9
commit
5b50aa5d59
2 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue