name confusion Enabled -> Started.

This commit is contained in:
Miroslav Šedivý 2021-02-05 14:03:53 +01:00
parent 18b6fa0a03
commit 36b7eca43c
6 changed files with 25 additions and 25 deletions

View file

@ -81,7 +81,7 @@ func (h *MessageHandlerCtx) systemAdmin(session types.Session) error {
Event: event.SYSTEM_ADMIN,
ScreenSizesList: screenSizesList,
BroadcastStatus: message.BroadcastStatus{
IsActive: broadcast.Enabled(),
IsActive: broadcast.Started(),
URL: broadcast.Url(),
},
})