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.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Data/Entities/ItemValueType.cs b/Jellyfin.Data/Entities/ItemValueType.cs
index 006036b40..48c5d0f30 100644
--- a/Jellyfin.Data/Entities/ItemValueType.cs
+++ b/Jellyfin.Data/Entities/ItemValueType.cs
@@ -10,9 +10,7 @@ public enum ItemValueType
/// <summary>
/// Artists.
/// </summary>
-#pragma warning disable CA1008 // Enums should have zero value. Cannot apply here.
Artist = 0,
-#pragma warning restore CA1008 // Enums should have zero value
/// <summary>
/// Album.