mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
Add GPL modules
This commit is contained in:
46
MediaBrowser.Model/Entities/MetadataFields.cs
Normal file
46
MediaBrowser.Model/Entities/MetadataFields.cs
Normal file
@@ -0,0 +1,46 @@
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user