Use extra release fields in PassThePopcorn parser

pull/6949/merge v5.2.6.8376
Bogdan 6 months ago
parent b2300dbf41
commit bdc4aade0f

@ -91,6 +91,10 @@ namespace NzbDrone.Core.Indexers.PassThePopcorn
Scene = torrent.Scene,
Approved = torrent.Checked,
ImdbId = result.ImdbId.IsNotNullOrWhiteSpace() ? int.Parse(result.ImdbId) : 0,
Source = torrent.Source,
Container = torrent.Container,
Codec = torrent.Codec,
Resolution = torrent.Resolution,
IndexerFlags = flags
});
}

Loading…
Cancel
Save