@ -21,6 +21,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -21,6 +21,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- A deep scan can be used to fix all movies, otherwise any future updates made to JF movies will correctly sync to ETV
- Automatically generate JWT tokens to allow channel previews of protected streams
### Changed
- Log search index updates under scanner category at debug level, to indicate a potential cause for the UI being out of date
- Batch search index updates to keep pace with library scans
- Previously, search index updates would slowly process over minutes/hours after library scans completed
- Search index updates should now complete at the same time as library scans
## [0.8.5-beta] - 2024-01-30
### Added
- Respect browser's `Accept-Language` header for date time display
@ -65,6 +68,18 @@ public abstract class CallLibraryScannerHandler<TRequest>
@@ -65,6 +68,18 @@ public abstract class CallLibraryScannerHandler<TRequest>
{
returnBaseError.New($"ErsatzTV.Scanner exited with code {process.ExitCode}");
@ -122,25 +137,27 @@ public abstract class CallLibraryScannerHandler<TRequest>
@@ -122,25 +137,27 @@ public abstract class CallLibraryScannerHandler<TRequest>