mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02: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