mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 09:12:43 +02:00
[RFC] Auto-announce when new song comes on (#914)
Co-authored-by: Andrew Mike <andrew@7thmagic.net> Co-authored-by: Andrew Mike <logomancer@gmail.com>
This commit is contained in:
parent
1d5729fd6c
commit
ccd8793cc1
4 changed files with 55 additions and 1 deletions
|
@ -28,6 +28,7 @@ model Setting {
|
|||
playlistLimit Int @default(50)
|
||||
secondsToWaitAfterQueueEmpties Int @default(30)
|
||||
leaveIfNoListeners Boolean @default(true)
|
||||
autoAnnounceNextSong Boolean @default(false)
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue