mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
Fixed: Persist release source for pending releases
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user