mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 01:02:41 +02:00
Added turnDownVolumeWhenPeopleSpeak
and turnDownVolumeWhenPeopleSpeakTarget
fields to the Setting
model in Prisma
This commit is contained in:
parent
fe30673e23
commit
27d20a59d8
1 changed files with 12 additions and 10 deletions
|
@ -32,6 +32,8 @@ model Setting {
|
||||||
autoAnnounceNextSong Boolean @default(false)
|
autoAnnounceNextSong Boolean @default(false)
|
||||||
defaultVolume Int @default(100)
|
defaultVolume Int @default(100)
|
||||||
defaultQueuePageSize Int @default(10)
|
defaultQueuePageSize Int @default(10)
|
||||||
|
turnDownVolumeWhenPeopleSpeak Boolean @default(false)
|
||||||
|
turnDownVolumeWhenPeopleSpeakTarget Int @default(20)
|
||||||
createdAt DateTime @default(now())
|
createdAt DateTime @default(now())
|
||||||
updatedAt DateTime @updatedAt
|
updatedAt DateTime @updatedAt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue