1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Manual Import works now!

Also fixed a few bugs.
This commit is contained in:
Leonardo Galli
2017-01-27 19:36:25 +01:00
parent dbe5946d10
commit dd8af0ad8c
10 changed files with 247 additions and 138 deletions
@@ -42,6 +42,8 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
public bool adult { get; set; }
public string backdrop_path { get; set; }
public Belongs_To_Collection belongs_to_collection { get; set; }
public int? status_code { get; set; }
public string status_message { get; set; }
public int budget { get; set; }
public Genre[] genres { get; set; }
public string homepage { get; set; }