mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-31 04:47:27 +01:00
Fixed: (Indexer) BroadcastheNet - Report TvdbId and RId
This commit is contained in:
parent
e47c7e6a47
commit
d5b34e8c03
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ private IndexerCapabilities SetCapabilities()
|
|||
LimitsMax = 1000,
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
{
|
||||
TvSearchParam.Q, TvSearchParam.Season, TvSearchParam.Ep
|
||||
TvSearchParam.Q, TvSearchParam.Season, TvSearchParam.Ep, TvSearchParam.TvdbId, TvSearchParam.RId
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue