mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-14 01:37:07 -07:00
Fixed web stub_stmc
This commit is contained in:
parent
e3882bba3d
commit
1857cfdb8c
1 changed files with 6 additions and 5 deletions
|
|
@ -90,11 +90,12 @@ class MusicMetadata {
|
||||||
}
|
}
|
||||||
|
|
||||||
enum PlaybackStatus {
|
enum PlaybackStatus {
|
||||||
Closed,
|
closed,
|
||||||
Changing,
|
changing,
|
||||||
Stopped,
|
stopped,
|
||||||
Playing,
|
playing,
|
||||||
Paused,
|
paused,
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
enum PressedButton {
|
enum PressedButton {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue