diff options
| author | Matt Foxx <[email protected]> | 2024-03-12 22:25:45 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-12 21:25:45 -0500 |
| commit | 6baaffb730e1fc3c2057389332cf6f26486cadc2 (patch) | |
| tree | ab8b6c169b8872b3aaeeaedf0fc951f1de6308be /schema.prisma | |
| parent | 786e6fd8f5ed39928603c63ac567efacbd74f39e (diff) | |
| download | muse-6baaffb730e1fc3c2057389332cf6f26486cadc2.tar.xz muse-6baaffb730e1fc3c2057389332cf6f26486cadc2.zip | |
Implement volume control #830 (#994)
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 10cc624..ab8a46a 100644 --- a/schema.prisma +++ b/schema.prisma @@ -29,6 +29,7 @@ model Setting { secondsToWaitAfterQueueEmpties Int @default(30) leaveIfNoListeners Boolean @default(true) autoAnnounceNextSong Boolean @default(false) + defaultVolume Int @default(100) createdAt DateTime @default(now()) updatedAt DateTime @updatedAt } |
