diff options
| author | JPVenson <github@jpb.email> | 2025-01-15 20:12:41 +0000 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2025-01-15 20:12:41 +0000 |
| commit | b33810534b85f96702035a54a4c661cc4d31d928 (patch) | |
| tree | a8d7007df3bd8c65b2d268adc6d2e0033ac27435 /Jellyfin.Server.Implementations/Item/ChapterRepository.cs | |
| parent | d716a53ec2433c6af43dfbce7f92fc9c2927592a (diff) | |
Applied review comments
Diffstat (limited to 'Jellyfin.Server.Implementations/Item/ChapterRepository.cs')
| -rw-r--r-- | Jellyfin.Server.Implementations/Item/ChapterRepository.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Item/ChapterRepository.cs b/Jellyfin.Server.Implementations/Item/ChapterRepository.cs index 16e8c205d..fc6f04d56 100644 --- a/Jellyfin.Server.Implementations/Item/ChapterRepository.cs +++ b/Jellyfin.Server.Implementations/Item/ChapterRepository.cs @@ -71,7 +71,7 @@ public class ChapterRepository : IChapterRepository chapter = e, baseItemPath = e.Item.Path }) - .ToList() + .AsEnumerable() .Select(e => Map(e.chapter, e.baseItemPath!)) .ToArray(); } |
