aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data/Enums/PreferenceKind.cs
blob: cd2cb791afb53ec4ed07ed06906ff739f9199b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace Jellyfin.Data.Enums
{
    public enum PreferenceKind
    {
        MaxParentalRating,
        BlockedTags,
        RemoteClientBitrateLimit,
        EnabledDevices,
        EnabledChannels,
        EnabledFolders,
        EnableContentDeletionFromFolders
    }
}