mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
Because it's 2016!
This commit is contained in:
@@ -18,9 +18,6 @@ namespace NzbDrone.Core.Indexers.Exceptions
|
||||
_indexerResponse = response;
|
||||
}
|
||||
|
||||
public IndexerResponse Response
|
||||
{
|
||||
get { return _indexerResponse; }
|
||||
}
|
||||
public IndexerResponse Response => _indexerResponse;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user