mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-15 14:52:20 +01:00
add NameStartsWithOrGreater parameter to Persons endpoint
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user