aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data/Entities/ItemValueType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Data/Entities/ItemValueType.cs')
-rw-r--r--Jellyfin.Data/Entities/ItemValueType.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Jellyfin.Data/Entities/ItemValueType.cs b/Jellyfin.Data/Entities/ItemValueType.cs
index 48c5d0f305..3bae3beccd 100644
--- a/Jellyfin.Data/Entities/ItemValueType.cs
+++ b/Jellyfin.Data/Entities/ItemValueType.cs
@@ -1,11 +1,10 @@
+#pragma warning disable CA1027 // Mark enums with FlagsAttribute
namespace Jellyfin.Data.Entities;
/// <summary>
/// Provides the Value types for an <see cref="ItemValue"/>.
/// </summary>
-#pragma warning disable CA1027 // Mark enums with FlagsAttribute
public enum ItemValueType
-#pragma warning restore CA1027 // Mark enums with FlagsAttribute
{
/// <summary>
/// Artists.