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