mirror of
https://github.com/G2-Games/minidisc-cli.git
synced 2025-04-19 11:42:53 -05:00
Fix playback_control
This commit is contained in:
parent
2e7b9c2dab
commit
9bdd7ddb39
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ impl NetMDInterface {
|
||||||
|
|
||||||
async fn playback_control(&mut self, action: Action) -> Result<(), Box<dyn Error>> {
|
async fn playback_control(&mut self, action: Action) -> Result<(), Box<dyn Error>> {
|
||||||
let mut query = format_query(
|
let mut query = format_query(
|
||||||
"18c3 00 %b 000000".to_string(),
|
"18c3 ff %b 000000".to_string(),
|
||||||
vec![QueryValue::Number(action as i64)],
|
vec![QueryValue::Number(action as i64)],
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue