mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
applied review comments
This commit is contained in:
parent
96e4d8ca78
commit
2f306358c0
4 changed files with 9 additions and 11 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue