mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
Applied coding style
This commit is contained in:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user