1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02:00

Fixed: Invalid runtime from CP causing issues importing.

Fixes #2081
This commit is contained in:
Leonardo Galli 2018-02-07 12:04:27 +01:00
parent 8b3a71a537
commit 97ab4cbcbd

View File

@ -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; }
}