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:
@@ -52,7 +52,7 @@ public class EntryTraceTests
|
||||
var show = Show.Create("Фильм", ShowKind.Single);
|
||||
var asset = MediaAsset.Register("film.mkv", ".mkv", MediaSource.Upload);
|
||||
|
||||
var junction = JunctionTemplate.Create(channel.Id, "Прайм");
|
||||
var junction = JunctionTemplate.Create("Прайм");
|
||||
var template = ScheduleTemplate.Create(channel.Id, "Сетка");
|
||||
var layer = template.AddLayer("Прайм", 10);
|
||||
var slot = layer.AddSlot("Вечернее кино", new TimeOnly(20, 0), 120);
|
||||
|
||||
Reference in New Issue
Block a user