mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-25 11:13:39 +02:00
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…
x
Reference in New Issue
Block a user