mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
Fixed: Persist release source for pending releases
This commit is contained in:
parent
fef525ddb8
commit
eff0408b0e
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue