mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
Updated all instances of ImmutableList to ImmutableArray
This commit is contained in:
@@ -218,7 +218,7 @@ namespace Emby.Server.Implementations.Library
|
||||
list.Add(source);
|
||||
}
|
||||
|
||||
return SortMediaSources(list).ToImmutableList();
|
||||
return SortMediaSources(list).ToImmutableArray();
|
||||
}
|
||||
|
||||
/// <inheritdoc />>
|
||||
|
||||
Reference in New Issue
Block a user