Add max length for SortBy

pull/3578/head
Patrick Barron 4 years ago
parent 9e17db59cd
commit 2831062a3f

@ -120,6 +120,8 @@ namespace Jellyfin.Data.Entities
/// <summary>
/// Gets or sets what the view should be sorted by.
/// </summary>
[MaxLength(64)]
[StringLength(64)]
public string SortBy { get; set; }
/// <summary>

Loading…
Cancel
Save