This commit is contained in:
tidusjar 2017-01-27 23:55:20 +00:00
commit 2ab7aaa4b9

View file

@ -47,7 +47,7 @@ namespace Ombi.Api.Models.Radarr
{
public string title { get; set; }
public string sortTitle { get; set; }
public int sizeOnDisk { get; set; }
public double sizeOnDisk { get; set; }
public string status { get; set; }
public string overview { get; set; }
public string inCinemas { get; set; }