mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-23 03:35:03 -04:00
Private constructor for TrackedDownloadStatusMessage
This commit is contained in:
1 parent
1a34cd8e6a
commit
400a47cd19
1 file changed
+5
@@ -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