Fixed: Invalid runtime from CP causing issues importing.

Fixes #2081
pull/2/head
Leonardo Galli 7 years ago
parent 8b3a71a537
commit 97ab4cbcbd

@ -40,7 +40,7 @@ namespace NzbDrone.Core.NetImport.CouchPotato
public bool? via_tmdb { get; set; } public bool? via_tmdb { get; set; }
public string[] actors { get; set; } public string[] actors { get; set; }
public string[] writers { get; set; } public string[] writers { get; set; }
public int? runtime { get; set; } //public int? runtime { get; set; }
public string type { get; set; } public string type { get; set; }
public string released { get; set; } public string released { get; set; }
} }

Loading…
Cancel
Save