diff options
| author | Sheeley7 <[email protected]> | 2024-04-28 17:11:35 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-28 16:11:35 -0500 |
| commit | 8e089192060d889910e71a2e6715237a46d264c7 (patch) | |
| tree | 7da49c68508c381ff3a3f0698e9b24300bd89b37 /schema.prisma | |
| parent | cf775c428c8d340edb3aef5dcca00032bd81565d (diff) | |
| download | muse-8e089192060d889910e71a2e6715237a46d264c7.tar.xz muse-8e089192060d889910e71a2e6715237a46d264c7.zip | |
Added config to make add to queue responses for requester only (#1021)
Co-authored-by: Max Isom <[email protected]>
Diffstat (limited to 'schema.prisma')
| -rw-r--r-- | schema.prisma | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schema.prisma b/schema.prisma index ab8a46a..d7b9de8 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) + queueAddResponseEphemeral Boolean @default(false) autoAnnounceNextSong Boolean @default(false) defaultVolume Int @default(100) createdAt DateTime @default(now()) |
