mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add max length for SortBy
This commit is contained in:
parent
9e17db59cd
commit
2831062a3f
@ -120,6 +120,8 @@ namespace Jellyfin.Data.Entities
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets what the view should be sorted by.
|
/// Gets or sets what the view should be sorted by.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[MaxLength(64)]
|
||||||
|
[StringLength(64)]
|
||||||
public string SortBy { get; set; }
|
public string SortBy { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user