mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-14 22:32:19 +01:00
Applied Review Comments
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Emby.Server.Implementations.Library
|
||||
|
||||
list.AddRange(GetInstantMixFromGenres(item.Genres, user, dtoOptions));
|
||||
|
||||
return list.ToImmutableList();
|
||||
return [.. list];
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user