14 lines
273 B
C#
14 lines
273 B
C#
namespace Jellyfin.Data.Enums
|
|
{
|
|
public enum PreferenceKind
|
|
{
|
|
MaxParentalRating,
|
|
BlockedTags,
|
|
RemoteClientBitrateLimit,
|
|
EnabledDevices,
|
|
EnabledChannels,
|
|
EnabledFolders,
|
|
EnableContentDeletionFromFolders
|
|
}
|
|
}
|