mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Updated csproj
This commit is contained in:
@@ -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