mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
Removed empty constructors from jobs
This commit is contained in:
@@ -25,10 +25,6 @@ namespace NzbDrone.Core.Jobs.Implementations
|
||||
_seriesRepository = seriesRepository;
|
||||
}
|
||||
|
||||
public DiskScanJob()
|
||||
{
|
||||
}
|
||||
|
||||
public string Name
|
||||
{
|
||||
get { return "Media File Scan"; }
|
||||
|
Reference in New Issue
Block a user