diff options
| author | crobibero <cody@robibe.ro> | 2020-06-29 12:54:47 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-06-29 12:54:47 -0600 |
| commit | da405729799c426a446bf1705262286e780f8f7f (patch) | |
| tree | 07c4ac3aa885575652d2925647f3a6667caeb272 /Jellyfin.Api/Controllers/SearchController.cs | |
| parent | 325808d271a1e53bcf3b15f17b0111c0ce306698 (diff) | |
| parent | dbf939467fae7106afc722b31f43bfb950945664 (diff) | |
Merge remote-tracking branch 'upstream/api-migration' into api-studios
Diffstat (limited to 'Jellyfin.Api/Controllers/SearchController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/SearchController.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Jellyfin.Api/Controllers/SearchController.cs b/Jellyfin.Api/Controllers/SearchController.cs index d971889db..14dc0815c 100644 --- a/Jellyfin.Api/Controllers/SearchController.cs +++ b/Jellyfin.Api/Controllers/SearchController.cs @@ -81,11 +81,11 @@ namespace Jellyfin.Api.Controllers [FromQuery] int? startIndex, [FromQuery] int? limit, [FromQuery] Guid userId, - [FromQuery, Required] string searchTerm, - [FromQuery] string includeItemTypes, - [FromQuery] string excludeItemTypes, - [FromQuery] string mediaTypes, - [FromQuery] string parentId, + [FromQuery, Required] string? searchTerm, + [FromQuery] string? includeItemTypes, + [FromQuery] string? excludeItemTypes, + [FromQuery] string? mediaTypes, + [FromQuery] string? parentId, [FromQuery] bool? isMovie, [FromQuery] bool? isSeries, [FromQuery] bool? isNews, |
