add v2 channels table (#708)
* change mock api port; fix cors * fix version request * accept base url env var * tweak colors * fix version service * add basic channels list * fix auto page title for ts classes * add GET /api/channels
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace ErsatzTV.Core.Api.Channels;
|
||||
|
||||
public record ChannelResponseModel(
|
||||
int Id,
|
||||
string Number,
|
||||
string Name,
|
||||
string FFmpegProfile,
|
||||
string Language,
|
||||
string StreamingMode);
|
||||
Reference in New Issue
Block a user