Added Backdrops and Screenshots to MetadataFields

This commit is contained in:
Thomas Gillen
2013-12-15 18:33:07 +00:00
parent 08b7f88b22
commit f0d0e1b94d
8 changed files with 159 additions and 147 deletions

View File

@@ -45,6 +45,14 @@ namespace MediaBrowser.Model.Entities
/// <summary>
/// The images
/// </summary>
Images
Images,
/// <summary>
/// The backdrops
/// </summary>
Backdrops,
/// <summary>
/// The screenshots
/// </summary>
Screenshots
}
}