aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data/Entities/PreferenceKind.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Data/Entities/PreferenceKind.cs')
-rw-r--r--Jellyfin.Data/Entities/PreferenceKind.cs27
1 files changed, 0 insertions, 27 deletions
diff --git a/Jellyfin.Data/Entities/PreferenceKind.cs b/Jellyfin.Data/Entities/PreferenceKind.cs
deleted file mode 100644
index e6673afb1..000000000
--- a/Jellyfin.Data/Entities/PreferenceKind.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-// This code was generated from a template.
-//
-// Manual changes to this file may cause unexpected behavior in your application.
-// Manual changes to this file will be overwritten if the code is regenerated.
-//
-// Produced by Entity Framework Visual Editor
-// https://github.com/msawczyn/EFDesigner
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-using System;
-
-namespace Jellyfin.Data.Enums
-{
- public enum PreferenceKind : Int32
- {
- MaxParentalRating,
- BlockedTags,
- RemoteClientBitrateLimit,
- EnabledDevices,
- EnabledChannels,
- EnabledFolders,
- EnableContentDeletionFromFolders
- }
-}