mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02:00
Fixed: Persist release source for pending releases
This commit is contained in:
parent
fef525ddb8
commit
eff0408b0e
@ -388,7 +388,8 @@ private void Insert(DownloadDecision decision, PendingReleaseReason reason)
|
||||
Reason = reason,
|
||||
AdditionalInfo = new PendingReleaseAdditionalInfo
|
||||
{
|
||||
SeriesMatchType = decision.RemoteEpisode.SeriesMatchType
|
||||
SeriesMatchType = decision.RemoteEpisode.SeriesMatchType,
|
||||
ReleaseSource = decision.RemoteEpisode.ReleaseSource
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user