Fixes after rebase

This commit is contained in:
Mark McDowall
2014-01-26 16:09:44 -08:00
parent 409e1cca94
commit e9db0fc14a
18 changed files with 20 additions and 63 deletions

View File

@@ -59,5 +59,7 @@ namespace NzbDrone.Api.Series
public String ImdbId { get; set; }
public String TitleSlug { get; set; }
public String RootFolderPath { get; set; }
public String Certification { get; set; }
public List<String> Genres { get; set; }
}
}