mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Restructured the discover code. also fixed a bug where Endgame is earning too much revenue where we could no longer store it in a int32!
This commit is contained in:
parent
09bf919d4d
commit
03eb92f911
20 changed files with 68 additions and 50 deletions
|
@ -17,7 +17,7 @@ namespace Ombi.Core.Models.Search.V2
|
|||
public string Overview { get; set; }
|
||||
public List<ProductionCompaniesViewModel> ProductionCompanies { get; set; }
|
||||
public double Popularity { get; set; }
|
||||
public int Revenue { get; set; }
|
||||
public float Revenue { get; set; }
|
||||
public long Runtime { get; set; }
|
||||
public string PosterPath { get; set; }
|
||||
public DateTime? ReleaseDate { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue