mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 09:49:00 +00:00
Merge pull request #169 from Radarr/patch/big-movie-revenues
Problem with Avatar (2009) #168
This commit is contained in:
commit
95bd615718
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class MovieResourceRoot
|
||||||
public Production_Companies[] production_companies { get; set; }
|
public Production_Companies[] production_companies { get; set; }
|
||||||
public Production_Countries[] production_countries { get; set; }
|
public Production_Countries[] production_countries { get; set; }
|
||||||
public string release_date { get; set; }
|
public string release_date { get; set; }
|
||||||
public int revenue { get; set; }
|
public long revenue { get; set; }
|
||||||
public int runtime { get; set; }
|
public int runtime { get; set; }
|
||||||
public Spoken_Languages[] spoken_languages { get; set; }
|
public Spoken_Languages[] spoken_languages { get; set; }
|
||||||
public string status { get; set; }
|
public string status { get; set; }
|
||||||
|
|
Loading…
Reference in a new issue