New: Search by DoubanId

This commit is contained in:
Qstick
2022-07-24 19:22:06 -05:00
parent d5088cf472
commit 60f8778305
8 changed files with 58 additions and 6 deletions
@@ -17,6 +17,7 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
public int? TvMazeId { get; set; }
public int? TraktId { get; set; }
public int? TmdbId { get; set; }
public int? DoubanId { get; set; }
public string SanitizedTvSearchString => (SanitizedSearchTerm + " " + EpisodeSearchString).Trim();
public string EpisodeSearchString => GetEpisodeSearchString();