@ -41,6 +41,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -41,6 +41,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Error streams will prioritize using `background.png` if it exists
- Replacing this `background.png` file will allow custom error/offline backgrounds
- Add `Troubleshoot Playback` buttons on movie and episode detail pages
- Add song background and missing album art customization
- Default files start with an underscore; custom versions must remove the underscore
@ -881,13 +881,9 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@@ -881,13 +881,9 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@ -904,13 +900,9 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@@ -904,13 +900,9 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@ -927,13 +919,9 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@@ -927,13 +919,9 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@ -950,13 +938,9 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@@ -950,13 +938,9 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@ -973,13 +957,9 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@@ -973,13 +957,9 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@ -30,6 +30,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -30,6 +30,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -49,6 +50,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -49,6 +50,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
IMpegTsScriptServicempegTsScriptService,
ILocalStatisticsProviderlocalStatisticsProvider,
IMediaItemRepositorymediaItemRepository,
ILocalFileSystemlocalFileSystem,
ILogger<FFmpegLibraryProcessService>logger)
{
_ffmpegProcessService=ffmpegProcessService;
@ -62,6 +64,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -62,6 +64,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
_mpegTsScriptService=mpegTsScriptService;
_localStatisticsProvider=localStatisticsProvider;
_mediaItemRepository=mediaItemRepository;
_localFileSystem=localFileSystem;
_logger=logger;
}
@ -759,11 +762,9 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -759,11 +762,9 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -17,10 +17,10 @@ public class ResourceExtractorService : BackgroundService
@@ -17,10 +17,10 @@ public class ResourceExtractorService : BackgroundService