This commit is contained in:
Alex Ballas
2022-04-27 22:53:05 +03:00
parent 3350c1bc58
commit fb4731f36d

View File

@@ -23,7 +23,7 @@ type States struct {
}
// TVPayload this is the heart of Go2TV. We pass that type to the
// webserver. We need to explicitely initialize it.
// webserver. We need to explicitly initialize it.
type TVPayload struct {
MediaFile interface{}
CurrentTimers map[string]*time.Timer