mirror of
https://github.com/Radarr/Radarr
synced 2026-03-03 02:52:21 +01:00
Use extra release fields in PassThePopcorn parser
This commit is contained in:
parent
b2300dbf41
commit
bdc4aade0f
1 changed files with 4 additions and 0 deletions
|
|
@ -91,6 +91,10 @@ public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
|
|||
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…
Reference in a new issue