Fix playback_control

This commit is contained in:
asivery 2024-03-10 16:08:51 +01:00
parent 2e7b9c2dab
commit 9bdd7ddb39

View file

@ -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)],
)?; )?;