mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
added LockedFields to BaseItem
This commit is contained in:
30
MediaBrowser.Model/Entities/MetadataFields.cs
Normal file
30
MediaBrowser.Model/Entities/MetadataFields.cs
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user