mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
Update to 3.5.2 and .net core 2.1
This commit is contained in:
@@ -1,58 +0,0 @@
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum MetadataFields
|
||||
/// </summary>
|
||||
public enum MetadataFields
|
||||
{
|
||||
/// <summary>
|
||||
/// The cast
|
||||
/// </summary>
|
||||
Cast,
|
||||
/// <summary>
|
||||
/// The genres
|
||||
/// </summary>
|
||||
Genres,
|
||||
/// <summary>
|
||||
/// The production locations
|
||||
/// </summary>
|
||||
ProductionLocations,
|
||||
/// <summary>
|
||||
/// The studios
|
||||
/// </summary>
|
||||
Studios,
|
||||
/// <summary>
|
||||
/// The tags
|
||||
/// </summary>
|
||||
Tags,
|
||||
/// <summary>
|
||||
/// The name
|
||||
/// </summary>
|
||||
Name,
|
||||
/// <summary>
|
||||
/// The overview
|
||||
/// </summary>
|
||||
Overview,
|
||||
/// <summary>
|
||||
/// The runtime
|
||||
/// </summary>
|
||||
Runtime,
|
||||
/// <summary>
|
||||
/// The official rating
|
||||
/// </summary>
|
||||
OfficialRating,
|
||||
/// <summary>
|
||||
/// The images
|
||||
/// </summary>
|
||||
Images,
|
||||
/// <summary>
|
||||
/// The backdrops
|
||||
/// </summary>
|
||||
Backdrops,
|
||||
/// <summary>
|
||||
/// The screenshots
|
||||
/// </summary>
|
||||
Screenshots
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user