mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-25 01:43:16 +01: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;
|
||||
|
||||
public override bool IsIdSearch =>
|
||||
Episode.IsNotNullOrWhiteSpace() ||
|
||||
ImdbId.IsNotNullOrWhiteSpace() ||
|
||||
Season.HasValue ||
|
||||
TvdbId.HasValue ||
|
||||
RId.HasValue ||
|
||||
TraktId.HasValue ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue