mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
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.