Merge pull request #648 from thogil/lock_images

Added Images to MetadataFields
This commit is contained in:
Luke
2013-12-22 12:53:25 -08:00
11 changed files with 159 additions and 126 deletions

View File

@@ -41,6 +41,18 @@ namespace MediaBrowser.Model.Entities
/// <summary>
/// The official rating
/// </summary>
OfficialRating
OfficialRating,
/// <summary>
/// The images
/// </summary>
Images,
/// <summary>
/// The backdrops
/// </summary>
Backdrops,
/// <summary>
/// The screenshots
/// </summary>
Screenshots
}
}