Applied coding style

This commit is contained in:
JPVenson
2024-11-17 11:03:43 +00:00
parent 17e4485b94
commit b39553611d
18 changed files with 33 additions and 38 deletions

View File

@@ -397,7 +397,7 @@ public class InstantMixController : BaseJellyfinApiController
if (limit.HasValue && limit < items.Count)
{
items = items.Take(limit.Value).ToImmutableArray();
items = items.Take(limit.Value).ToArray();
}
var result = new QueryResult<BaseItemDto>(