mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Removed empty constructors from jobs
This commit is contained in:
@@ -15,11 +15,6 @@ namespace NzbDrone.Core.Jobs.Implementations
|
||||
_sceneNameMappingService = sceneNameMappingService;
|
||||
}
|
||||
|
||||
public UpdateSceneMappingsJob()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public string Name
|
||||
{
|
||||
get { return "Update Scene Mappings"; }
|
||||
|
||||
Reference in New Issue
Block a user