mirror of
https://github.com/NotAShelf/mpvrc.git
synced 2026-04-15 23:43:49 +00:00
clippy
This commit is contained in:
parent
48456cbfa5
commit
0fca6f1622
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ async fn main() -> io::Result<()> {
|
|||
info!("Fetching properties: {:?}", properties);
|
||||
for property in properties {
|
||||
if let Some(data) = send_ipc_command("get_property", &[json!(property)]).await? {
|
||||
println!("{}: {}", property, data);
|
||||
println!("{property}: {data}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue