mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-15 06:36:37 +00:00
Merge pull request #648 from thogil/lock_images
Added Images to MetadataFields
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user