mirror of
https://github.com/teacat/chaturbate-dvr.git
synced 2025-10-29 16:59:59 +00:00
WIP
This commit is contained in:
@@ -70,10 +70,10 @@ func (h *ListChannelsHandler) Handle(c *gin.Context) {
|
||||
ChannelURL: channel.ChannelURL,
|
||||
Filename: channel.Filename(),
|
||||
LastStreamedAt: channel.LastStreamedAt,
|
||||
SegmentDuration: DurationStr(channel.SegmentDuration),
|
||||
SplitDuration: DurationStr(channel.SplitDuration),
|
||||
SegmentFilesize: ByteStr(channel.SegmentFilesize),
|
||||
SplitFilesize: MBStr(channel.SplitFilesize),
|
||||
SegmentDuration: channel.SegmentDurationStr(),
|
||||
SplitDuration: channel.SplitDurationStr(),
|
||||
SegmentFilesize: channel.SegmentFilesizeStr(),
|
||||
SplitFilesize: channel.SplitFilesizeStr(),
|
||||
IsOnline: channel.IsOnline,
|
||||
IsPaused: channel.IsPaused,
|
||||
Logs: channel.Logs,
|
||||
|
||||
Reference in New Issue
Block a user