mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Private constructor for TrackedDownloadStatusMessage
This commit is contained in:
parent
1a34cd8e6a
commit
400a47cd19
1 changed files with 5 additions and 0 deletions
|
@ -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()
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue