* catch expected shutdown error in scheduler service * fix streaming mode inconsistencies
4 lines
138 B
C#
4 lines
138 B
C#
namespace ErsatzTV.Application.Channels;
|
|
|
|
public record GetChannelByNumber(string ChannelNumber) : IRequest<Option<ChannelViewModel>>;
|