mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
Applied coding style
This commit is contained in:
@@ -154,7 +154,7 @@ public class MediaSegmentManager : IMediaSegmentManager
|
||||
return query
|
||||
.OrderBy(e => e.StartTicks)
|
||||
.AsNoTracking()
|
||||
.ToImmutableArray()
|
||||
.ToArray()
|
||||
.Select(Map);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user