mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
fix SA1513/SA1516
This commit is contained in:
@@ -100,6 +100,7 @@ namespace MediaBrowser.Model.Search
|
||||
public string MediaType { get; set; }
|
||||
|
||||
public DateTime? StartDate { get; set; }
|
||||
|
||||
public DateTime? EndDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -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