Fixed: Request binding from Sonarr due to string Ep values

This commit is contained in:
Qstick
2021-02-23 23:20:29 -05:00
parent deded6d073
commit 428c9c034c
6 changed files with 15 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ namespace NzbDrone.Core.IndexerSearch
public int? traktid { get; set; }
public int? tvdbid { get; set; }
public int? season { get; set; }
public int? ep { get; set; }
public string ep { get; set; }
public string album { get; set; }
public string artist { get; set; }
public string label { get; set; }