add NameStartsWithOrGreater parameter to Persons endpoint

This commit is contained in:
dkanada
2026-04-13 13:50:04 +09:00
parent 22644075e7
commit bb265cd403
3 changed files with 10 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ namespace MediaBrowser.Controller.Entities
public string NameLessThan { get; set; }
public string NameStartsWithOrGreater { get; set; }
public User User { get; set; }
public bool? IsFavorite { get; set; }