Implement BumperEndpoints and remove deprecated bumper-related functionality
Added new BumperEndpoints to the API for managing bumper templates and variants, enhancing the channel management capabilities. Removed outdated bumper-related commands and handlers from the application, streamlining the codebase and improving maintainability. Updated ChannelEndpoints to reflect these changes and ensure proper routing for the new endpoints.
This commit is contained in:
@@ -125,7 +125,7 @@ public class DeleteGuardsTests
|
||||
var fixture = new TestDb();
|
||||
var asset = MediaAsset.Register("filler.mkv", ".mkv", MediaSource.Upload);
|
||||
var channel = Channel.Create("c", "c", T0);
|
||||
channel.UpdateSettings(channel.Name, isEnabled: true, bumpersEnabled: false, asset.Id);
|
||||
channel.UpdateSettings(channel.Name, isEnabled: true, asset.Id);
|
||||
|
||||
await using (var seed = fixture.New())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user