mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-28 17:53:16 -04:00
Update StyleCop
This commit is contained in:
parent
2e7d173188
commit
cbfa355e31
103 changed files with 550 additions and 465 deletions
|
@ -301,7 +301,8 @@ namespace Jellyfin.Api.Controllers
|
|||
Limit = limit,
|
||||
ParentId = parentId ?? Guid.Empty,
|
||||
UserId = userId,
|
||||
}, dtoOptions);
|
||||
},
|
||||
dtoOptions);
|
||||
|
||||
var dtos = list.Select(i =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue