Merge branch 'develop'

This commit is contained in:
kayone
2013-11-18 11:33:30 -08:00
165 changed files with 4360 additions and 2994 deletions
@@ -25,6 +25,7 @@ namespace NzbDrone.Core.MetadataSource.Trakt
public int tvrage_id { get; set; }
public int last_updated { get; set; }
public string poster { get; set; }
public bool? ended { get; set; }
public Images images { get; set; }
public List<string> genres { get; set; }
public List<Season> seasons { get; set; }