Applied review comments

This commit is contained in:
JPVenson
2025-01-15 20:12:41 +00:00
parent d716a53ec2
commit b33810534b
7 changed files with 44 additions and 30 deletions

View File

@@ -71,7 +71,7 @@ public class ChapterRepository : IChapterRepository
chapter = e,
baseItemPath = e.Item.Path
})
.ToList()
.AsEnumerable()
.Select(e => Map(e.chapter, e.baseItemPath!))
.ToArray();
}