c1360a1dc3
# Conflicts: # Emby.Server.Implementations/Data/SqliteUserDataRepository.cs # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Entities/User.cs # Jellyfin.Data/ISavingChanges.cs # Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj # Jellyfin.Server.Implementations/JellyfinDb.cs # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Model/Notifications/NotificationOptions.cs # MediaBrowser.sln
19 lines
392 B
C#
19 lines
392 B
C#
namespace Jellyfin.Data.Enums
|
|
{
|
|
public enum PreferenceKind
|
|
{
|
|
BlockedTags,
|
|
BlockedChannels,
|
|
BlockedMediaFolders,
|
|
EnabledDevices,
|
|
EnabledChannels,
|
|
EnabledFolders,
|
|
EnableContentDeletionFromFolders,
|
|
LatestItemExcludes,
|
|
MyMediaExcludes,
|
|
GroupedFolders,
|
|
BlockUnratedItems,
|
|
OrderedViews
|
|
}
|
|
}
|