mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-02 10:11:29 -05:00
Private constructor for TrackedDownloadStatusMessage
This commit is contained in:
@@ -20,5 +20,10 @@ public TrackedDownloadStatusMessage(String title, String message)
|
||||
Title = title;
|
||||
Messages = new List<String>{ message };
|
||||
}
|
||||
|
||||
//Constructor for use when deserializing JSON
|
||||
private TrackedDownloadStatusMessage()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user