@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix adding items to empty playlists
- Fix filler preset editor and deco dead air fallback editor to only show supported collection types
- Fix infinite loop caused by impossible schedule (all collection items longer than schedule item duration)
- Fix selecting audio and subtitle streams with two-letter language codes
### Changed
- Remove some unnecessary API calls related to media server scanning and paging
@ -24,7 +24,7 @@ public class GetArtistByIdHandler : IRequestHandler<GetArtistById, Option<Artist
@@ -24,7 +24,7 @@ public class GetArtistByIdHandler : IRequestHandler<GetArtistById, Option<Artist
@ -35,7 +35,7 @@ public class GetTelevisionShowByIdHandler : IRequestHandler<GetTelevisionShowByI
@@ -35,7 +35,7 @@ public class GetTelevisionShowByIdHandler : IRequestHandler<GetTelevisionShowByI
_logger.LogDebug("Preferred audio language has multiple codes {Codes}",allLanguageCodes);
@ -178,7 +180,8 @@ public class FFmpegStreamSelector : IFFmpegStreamSelector
@@ -178,7 +180,8 @@ public class FFmpegStreamSelector : IFFmpegStreamSelector
_logger.LogDebug("Preferred subtitle language has multiple codes {Codes}",allCodes);
@ -402,6 +405,26 @@ public class FFmpegStreamSelector : IFFmpegStreamSelector
@@ -402,6 +405,26 @@ public class FFmpegStreamSelector : IFFmpegStreamSelector
@ -29,14 +29,14 @@ public class CachingSearchRepository : ICachingSearchRepository
@@ -29,14 +29,14 @@ public class CachingSearchRepository : ICachingSearchRepository