mirror of https://github.com/lidarr/Lidarr
Private constructor for TrackedDownloadStatusMessage
This commit is contained in:
parent
1a34cd8e6a
commit
400a47cd19
|
@ -20,5 +20,10 @@ namespace NzbDrone.Core.Download.TrackedDownloads
|
|||
Title = title;
|
||||
Messages = new List<String>{ message };
|
||||
}
|
||||
|
||||
//Constructor for use when deserializing JSON
|
||||
private TrackedDownloadStatusMessage()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue