@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Show playout warnings count badge in left menu
### Fixed
- Fix HLS Direct playback with Jellyfin 10.11
- Fix remote stream scripts (parsing issue with spaces and quotes)
@ -3,6 +3,7 @@ using ErsatzTV.Application.Channels;
@@ -3,6 +3,7 @@ using ErsatzTV.Application.Channels;
usingErsatzTV.Core;
usingErsatzTV.Core.Domain;
usingErsatzTV.Core.Interfaces.Metadata;
usingErsatzTV.Core.Notifications;
usingErsatzTV.Infrastructure.Data;
usingErsatzTV.Infrastructure.Extensions;
usingMicrosoft.EntityFrameworkCore;
@ -13,16 +14,19 @@ public class DeletePlayoutHandler : IRequestHandler<DeletePlayout, Either<BaseEr
@@ -13,16 +14,19 @@ public class DeletePlayoutHandler : IRequestHandler<DeletePlayout, Either<BaseEr
@ -47,6 +51,8 @@ public class DeletePlayoutHandler : IRequestHandler<DeletePlayout, Either<BaseEr
@@ -47,6 +51,8 @@ public class DeletePlayoutHandler : IRequestHandler<DeletePlayout, Either<BaseEr
// refresh channel list to remove channel that has no playout