mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
Make all optional strings nullable
This commit is contained in:
@@ -66,7 +66,7 @@ namespace Jellyfin.Api.Controllers
|
||||
[FromRoute] Guid userId,
|
||||
[FromQuery] bool? includeExternalContent,
|
||||
[FromQuery] bool includeHidden,
|
||||
[FromQuery] string presetViews)
|
||||
[FromQuery] string? presetViews)
|
||||
{
|
||||
var query = new UserViewQuery
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user