mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Applied coding style
This commit is contained in:
@@ -73,7 +73,7 @@ public class ChapterRepository : IChapterRepository
|
||||
})
|
||||
.ToList()
|
||||
.Select(e => Map(e.chapter, e.baseItemPath!))
|
||||
.ToImmutableArray();
|
||||
.ToArray();
|
||||
}
|
||||
|
||||
/// <inheritdoc cref="IChapterRepository"/>
|
||||
|
||||
Reference in New Issue
Block a user