mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-10 16:23:06 +01:00
Updated all instances of ImmutableList to ImmutableArray
This commit is contained in:
@@ -154,7 +154,7 @@ public class MediaSegmentManager : IMediaSegmentManager
|
||||
return query
|
||||
.OrderBy(e => e.StartTicks)
|
||||
.AsNoTracking()
|
||||
.ToImmutableList()
|
||||
.ToImmutableArray()
|
||||
.Select(Map);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user