applied review comments

This commit is contained in:
JPVenson 2025-01-18 16:17:26 +00:00
parent 96e4d8ca78
commit 2f306358c0
4 changed files with 9 additions and 11 deletions

View file

@ -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.