Skip to content

Commit

Permalink
feat: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Sep 7, 2024
1 parent 28a13dd commit 9e1ba56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 9e1ba56

Please sign in to comment.