Files
PyTaiko/scenes/song_select.py
QBaraki 52201a39fa fix(music): Fix the audio volume from music stream not detecting the desired volume
Apparently, Yonokid used default value for a parameter in
play_music_stream in file `libs/audio.py` and forgot to pass the
supposed argument when using the function.
This commit will completely kill that default value and pass the correct
parameter's value (which is `music`).

Please don't use default parameter anymore, Yono.
2025-10-24 15:12:29 +07:00

60 KiB