mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
Fixed: Request binding from Sonarr due to string Ep values
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user