jellyfin/Jellyfin.Data/Enums/PreferenceKind.cs
2020-05-10 10:54:41 -04:00

14 lines
273 B
C#

namespace Jellyfin.Data.Enums
{
public enum PreferenceKind
{
MaxParentalRating,
BlockedTags,
RemoteClientBitrateLimit,
EnabledDevices,
EnabledChannels,
EnabledFolders,
EnableContentDeletionFromFolders
}
}