Add collection id

This commit is contained in:
Eric Reed
2013-05-06 23:20:51 -04:00
parent 3f433b3b61
commit bee343c7b3
3 changed files with 11 additions and 4 deletions

View File

@@ -29,6 +29,10 @@ namespace MediaBrowser.Model.Entities
/// <summary>
/// The rotten tomatoes
/// </summary>
RottenTomatoes
RottenTomatoes,
/// <summary>
/// Tmdb Collection Id
/// </summary>
TmdbCollection
}
}