Update scheduling parameters and refactor channel endpoints: extend HorizonDays to 7 and RetentionDays to 90 in appsettings.json. Consolidate channel-related endpoint logic by removing obsolete files and enhancing the ShowEndpoints with audience and genre management capabilities. Improve error handling and streamline command handlers for channel operations.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace TeleWave.Domain.Programming;
|
||||
|
||||
/// <summary>Что именно лежит в группе: шоу из библиотеки либо коллекция (франшиза) целиком.</summary>
|
||||
public enum GroupElementKind
|
||||
{
|
||||
Show = 0,
|
||||
Collection = 1,
|
||||
}
|
||||
Reference in New Issue
Block a user