mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-27 02:43:57 +02:00
Parse TVDB ID for releases from HDBits
ignore-downstream
This commit is contained in:
parent
813965e6a2
commit
e6f82270a9
@ -61,6 +61,7 @@ public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
|
||||
Seeders = result.Seeders,
|
||||
Peers = result.Leechers + result.Seeders,
|
||||
PublishDate = result.Added.ToUniversalTime(),
|
||||
TvdbId = result.TvdbInfo?.Id ?? 0,
|
||||
IndexerFlags = GetIndexerFlags(result)
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user