diff --git a/src/NzbDrone.Core/NetImport/CouchPotato/CouchPotatoAPI.cs b/src/NzbDrone.Core/NetImport/CouchPotato/CouchPotatoAPI.cs index 6a04aca3e..bea66105d 100644 --- a/src/NzbDrone.Core/NetImport/CouchPotato/CouchPotatoAPI.cs +++ b/src/NzbDrone.Core/NetImport/CouchPotato/CouchPotatoAPI.cs @@ -40,7 +40,7 @@ public class Info public bool? via_tmdb { get; set; } public string[] actors { get; set; } public string[] writers { get; set; } - public int? runtime { get; set; } + //public int? runtime { get; set; } public string type { get; set; } public string released { get; set; } }