mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-18 16:16:17 +00:00
fix SA1513/SA1516
This commit is contained in:
@@ -32,14 +32,21 @@ namespace MediaBrowser.Model.Search
|
||||
public int? Limit { get; set; }
|
||||
|
||||
public bool IncludePeople { get; set; }
|
||||
|
||||
public bool IncludeMedia { get; set; }
|
||||
|
||||
public bool IncludeGenres { get; set; }
|
||||
|
||||
public bool IncludeStudios { get; set; }
|
||||
|
||||
public bool IncludeArtists { get; set; }
|
||||
|
||||
public string[] MediaTypes { get; set; }
|
||||
|
||||
public string[] IncludeItemTypes { get; set; }
|
||||
|
||||
public string[] ExcludeItemTypes { get; set; }
|
||||
|
||||
public string ParentId { get; set; }
|
||||
|
||||
public bool? IsMovie { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user