mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
FIxed #978
This commit is contained in:
parent
335e1b988a
commit
2ab7aaa4b9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ namespace Ombi.Api.Models.Radarr
|
||||||
{
|
{
|
||||||
public string title { get; set; }
|
public string title { get; set; }
|
||||||
public string sortTitle { get; set; }
|
public string sortTitle { get; set; }
|
||||||
public int sizeOnDisk { get; set; }
|
public double sizeOnDisk { get; set; }
|
||||||
public string status { get; set; }
|
public string status { get; set; }
|
||||||
public string overview { get; set; }
|
public string overview { get; set; }
|
||||||
public string inCinemas { get; set; }
|
public string inCinemas { get; set; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue