aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/MetadataFields.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Entities/MetadataFields.cs')
-rw-r--r--MediaBrowser.Model/Entities/MetadataFields.cs58
1 files changed, 0 insertions, 58 deletions
diff --git a/MediaBrowser.Model/Entities/MetadataFields.cs b/MediaBrowser.Model/Entities/MetadataFields.cs
deleted file mode 100644
index a99fd0fe0..000000000
--- a/MediaBrowser.Model/Entities/MetadataFields.cs
+++ /dev/null
@@ -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
- }
-}