mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-10 23:57:27 +02:00
name confusion Enabled -> Started.
This commit is contained in:
parent
18b6fa0a03
commit
36b7eca43c
6 changed files with 25 additions and 25 deletions
|
@ -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(),
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue