aboutsummaryrefslogtreecommitdiff
path: root/schema.prisma
diff options
context:
space:
mode:
authorAndrew Mike <[email protected]>2024-03-03 16:43:56 -0500
committerGitHub <[email protected]>2024-03-03 15:43:56 -0600
commitccd8793cc1d8c91423cd37926b51ca283e3a8c39 (patch)
treec0b51ea752249504f822f9dac07e31d5a5a2a359 /schema.prisma
parent1d5729fd6c9f7dc5f2f9ca599fcdd8fdbe138c84 (diff)
downloadmuse-ccd8793cc1d8c91423cd37926b51ca283e3a8c39.tar.xz
muse-ccd8793cc1d8c91423cd37926b51ca283e3a8c39.zip
[RFC] Auto-announce when new song comes on (#914)
Co-authored-by: Andrew Mike <[email protected]> Co-authored-by: Andrew Mike <[email protected]>
Diffstat (limited to 'schema.prisma')
-rw-r--r--schema.prisma1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema.prisma b/schema.prisma
index 556cd6b..10cc624 100644
--- a/schema.prisma
+++ b/schema.prisma
@@ -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
}