mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-01-01 10:32:09 +01:00
Private constructor for TrackedDownloadStatusMessage
This commit is contained in:
@@ -20,5 +20,10 @@ namespace NzbDrone.Core.Download.TrackedDownloads
|
||||
Title = title;
|
||||
Messages = new List<String>{ message };
|
||||
}
|
||||
|
||||
//Constructor for use when deserializing JSON
|
||||
private TrackedDownloadStatusMessage()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user