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