mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 11:43:44 +01:00
Added Backdrops and Screenshots to MetadataFields
This commit is contained in:
@@ -45,6 +45,14 @@ namespace MediaBrowser.Model.Entities
|
||||
/// <summary>
|
||||
/// The images
|
||||
/// </summary>
|
||||
Images
|
||||
Images,
|
||||
/// <summary>
|
||||
/// The backdrops
|
||||
/// </summary>
|
||||
Backdrops,
|
||||
/// <summary>
|
||||
/// The screenshots
|
||||
/// </summary>
|
||||
Screenshots
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user