code refactoring / fix typos

This commit is contained in:
2024-08-20 09:42:04 +02:00
parent 01e9da61eb
commit 92e3fd994e
4 changed files with 52 additions and 55 deletions

View File

@@ -133,7 +133,7 @@ func (l *LiveStream) monitorStartTime(r io.Reader) error {
l.liveDate = parsed
//TODO: check if useing channels is stupid or not
//TODO: check if using channels is stupid or not
// l.waitTimeChan <- time.Until(start)
l.waitTime = time.Until(parsed)
}