fixed player behavior after final queue track completes, added click to play from queue window

This commit is contained in:
2026-02-15 16:20:56 -05:00
parent 38f3abbd3e
commit 67cea5cfb0
18 changed files with 438 additions and 89 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const (
// Internal volume range bounds.
const (
MinVol Volume = -4
MinVol Volume = -6
MaxVol Volume = 0
)