mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08: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 {
|
||||
Closed,
|
||||
Changing,
|
||||
Stopped,
|
||||
Playing,
|
||||
Paused,
|
||||
closed,
|
||||
changing,
|
||||
stopped,
|
||||
playing,
|
||||
paused,
|
||||
;
|
||||
}
|
||||
|
||||
enum PressedButton {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue