diff options
| author | JPVenson <github@jpb.email> | 2025-01-18 16:17:26 +0000 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2025-01-18 16:17:26 +0000 |
| commit | 2f306358c0c115d7c757982681ffee6ffcc905a1 (patch) | |
| tree | 06af8120d65fbfe1053db6c222ffe33aa9d8347e /Jellyfin.Data | |
| parent | 96e4d8ca78f839def6f55e8b71d97a3dc22617b8 (diff) | |
applied review comments
Diffstat (limited to 'Jellyfin.Data')
| -rw-r--r-- | Jellyfin.Data/Entities/ItemValueType.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jellyfin.Data/Entities/ItemValueType.cs b/Jellyfin.Data/Entities/ItemValueType.cs index 48c5d0f30..3bae3becc 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. |
