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