mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Removed empty constructors from jobs
This commit is contained in:
@@ -17,11 +17,6 @@ namespace NzbDrone.Core.Jobs.Implementations
|
||||
_xemProvider = xemProvider;
|
||||
}
|
||||
|
||||
public XemUpdateJob()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public string Name
|
||||
{
|
||||
get { return "XEM Update"; }
|
||||
|
||||
Reference in New Issue
Block a user