mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-13 03:00:25 +01:00
Used enum value for ItemValueType
This commit is contained in:
@@ -23,7 +23,7 @@ public class ItemValue
|
||||
/// <summary>
|
||||
/// Gets or Sets the Type.
|
||||
/// </summary>
|
||||
public required int Type { get; set; }
|
||||
public required ItemValueType Type { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets the Value.
|
||||
|
||||
Reference in New Issue
Block a user