Fixed web stub_stmc

This commit is contained in:
PartyDonut 2025-01-05 11:26:01 +01:00
parent e3882bba3d
commit 1857cfdb8c

View file

@ -90,11 +90,12 @@ class MusicMetadata {
}
enum PlaybackStatus {
Closed,
Changing,
Stopped,
Playing,
Paused,
closed,
changing,
stopped,
playing,
paused,
;
}
enum PressedButton {