Updated csproj

This commit is contained in:
Mark McDowall 2013-02-20 23:29:59 -08:00
parent 4130c115d9
commit 5b50aa5d59
2 changed files with 1 additions and 5 deletions

View File

@ -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">

View File

@ -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)
{