mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-09 05:22:09 +02:00
Fixed: Searches with season/episodes should not be treated as ID searches
This commit is contained in:
parent
886054fdf8
commit
d22bf93dfd
1 changed files with 0 additions and 2 deletions
|
|
@ -31,9 +31,7 @@ public class TvSearchCriteria : SearchCriteriaBase
|
||||||
!IsIdSearch;
|
!IsIdSearch;
|
||||||
|
|
||||||
public override bool IsIdSearch =>
|
public override bool IsIdSearch =>
|
||||||
Episode.IsNotNullOrWhiteSpace() ||
|
|
||||||
ImdbId.IsNotNullOrWhiteSpace() ||
|
ImdbId.IsNotNullOrWhiteSpace() ||
|
||||||
Season.HasValue ||
|
|
||||||
TvdbId.HasValue ||
|
TvdbId.HasValue ||
|
||||||
RId.HasValue ||
|
RId.HasValue ||
|
||||||
TraktId.HasValue ||
|
TraktId.HasValue ||
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue