Fixed: Searches with season/episodes should not be treated as ID searches

This commit is contained in:
Bogdan
2024-06-27 08:06:26 +03:00
parent 886054fdf8
commit d22bf93dfd

View File

@@ -31,9 +31,7 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
!IsIdSearch;
public override bool IsIdSearch =>
Episode.IsNotNullOrWhiteSpace() ||
ImdbId.IsNotNullOrWhiteSpace() ||
Season.HasValue ||
TvdbId.HasValue ||
RId.HasValue ||
TraktId.HasValue ||