mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 19:38:26 +01:00
Clean up generated code
This commit is contained in:
15
Jellyfin.Data/Enums/PreferenceKind.cs
Normal file
15
Jellyfin.Data/Enums/PreferenceKind.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace Jellyfin.Data.Enums
|
||||
{
|
||||
public enum PreferenceKind : Int32
|
||||
{
|
||||
MaxParentalRating,
|
||||
BlockedTags,
|
||||
RemoteClientBitrateLimit,
|
||||
EnabledDevices,
|
||||
EnabledChannels,
|
||||
EnabledFolders,
|
||||
EnableContentDeletionFromFolders
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user