mirror of
https://github.com/Radarr/Radarr
synced 2025-12-27 02:34:17 +01:00
parent
2c3ad380ef
commit
1d8cf6a7f5
1 changed files with 2 additions and 1 deletions
|
|
@ -326,7 +326,8 @@ private void Insert(DownloadDecision decision, PendingReleaseReason reason)
|
|||
Reason = reason,
|
||||
AdditionalInfo = new PendingReleaseAdditionalInfo
|
||||
{
|
||||
MovieMatchType = decision.RemoteMovie.MovieMatchType
|
||||
MovieMatchType = decision.RemoteMovie.MovieMatchType,
|
||||
ReleaseSource = decision.RemoteMovie.ReleaseSource
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue