From 9e1ba56236ee4ea646eaba6f05b645ad6222fcd7 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sat, 7 Sep 2024 13:09:12 +0859 Subject: [PATCH] feat: new version --- Cargo.lock | 2 +- Cargo.toml | 2 +- lala_bar/src/main.rs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3012d1..11086d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1965,7 +1965,7 @@ dependencies = [ [[package]] name = "lala-bar" -version = "0.3.10" +version = "0.3.11" dependencies = [ "alsa", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4883f71..eb5ee9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["./lala_bar", "./zbus_notification"] [workspace.package] -version = "0.3.10" +version = "0.3.11" edition = "2021" authors = ["Decodertalkers "] license = "MIT" diff --git a/lala_bar/src/main.rs b/lala_bar/src/main.rs index db89a19..68a46ac 100644 --- a/lala_bar/src/main.rs +++ b/lala_bar/src/main.rs @@ -429,7 +429,7 @@ impl LalaMusicBar { .ok() .and_then(|url| url.to_file_path().ok()) { - // HACK: not render soem thing like "/tmp/.org.chromium.Chromium.hYbnBf" + // HACK: not render some thing like "/tmp/.org.chromium.Chromium.hYbnBf" if art_url_str.ends_with("png") || art_url_str.ends_with("jpeg") || art_url_str.ends_with("jpg") @@ -551,7 +551,7 @@ impl LalaMusicBar { .as_ref() .and_then(|data| { let art_url_str = &data.metadata.mpris_arturl; - // HACK: not render soem thing like "/tmp/.org.chromium.Chromium.hYbnBf" + // HACK: not render some thing like "/tmp/.org.chromium.Chromium.hYbnBf" if !art_url_str.ends_with("png") && !art_url_str.ends_with("jpeg") && !art_url_str.ends_with("jpg")