mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-08 21:14:30 +02:00
Fixed: (Shazbat) Added season and episode to search capabilities
This commit is contained in:
parent
9676447c74
commit
15c6b3c308
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ private IndexerCapabilities SetCapabilities()
|
|||
{
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
{
|
||||
TvSearchParam.Q
|
||||
TvSearchParam.Q, TvSearchParam.Season, TvSearchParam.Ep
|
||||
},
|
||||
Flags = new List<IndexerFlag>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue