@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Now, content will properly scale beyond the desired resolution before cropping
- Fix displaying playout item durations that are greater than 24 hours
- Fix building playouts when playlist has been changed to have fewer items
@ -275,7 +275,7 @@ public class FFmpegStreamSelector : IFFmpegStreamSelector
@@ -275,7 +275,7 @@ public class FFmpegStreamSelector : IFFmpegStreamSelector
matchingTitle.Count,
title);
returnPrioritizeDefault(streams);
returnPrioritizeDefault(matchingTitle);
}
_logger.LogDebug("Unable to find audio stream with preferred title {Title}",title);