Make MrLinter happy

This commit is contained in:
crobibero
2020-10-29 11:36:45 -06:00
parent 372f0eb38a
commit 11d69fd3b1
15 changed files with 31 additions and 31 deletions

View File

@@ -892,7 +892,7 @@ namespace Jellyfin.Api.Controllers
var user = userId.HasValue && !userId.Equals(Guid.Empty)
? _userManager.GetUserById(userId.Value)
: null;
var dtoOptions = new DtoOptions{ Fields = fields }
var dtoOptions = new DtoOptions { Fields = fields }
.AddClientFields(Request);
var query = new InternalItemsQuery(user)