Fixed: Persist release source for pending releases
This commit is contained in:
parent
fef525ddb8
commit
eff0408b0e
|
@ -388,7 +388,8 @@ namespace NzbDrone.Core.Download.Pending
|
|||
Reason = reason,
|
||||
AdditionalInfo = new PendingReleaseAdditionalInfo
|
||||
{
|
||||
SeriesMatchType = decision.RemoteEpisode.SeriesMatchType
|
||||
SeriesMatchType = decision.RemoteEpisode.SeriesMatchType,
|
||||
ReleaseSource = decision.RemoteEpisode.ReleaseSource
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue