New: Indexer - RevolutionTT

This commit is contained in:
Qstick
2021-03-01 21:56:13 -05:00
parent 3cb436898a
commit 696489731b
3 changed files with 358 additions and 1 deletions
@@ -16,6 +16,7 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
public int? TvMazeId { get; set; }
public int? TraktId { get; set; }
public string SanitizedTvSearchString => (SanitizedSearchTerm + " " + EpisodeSearchString).Trim();
public string EpisodeSearchString => GetEpisodeSearchString();
private string GetEpisodeSearchString()