Linter fixes

This commit is contained in:
Henrik Friedrichsen
2022-12-28 14:34:17 +01:00
parent cf78f1aed3
commit 93816af654
5 changed files with 7 additions and 9 deletions

View File

@@ -156,7 +156,7 @@ fn get_metadata(playable: Option<Playable>, spotify: Spotify, library: Arc<Libra
true => 1.0,
false => 0.0,
})
.unwrap_or(0.0) as f64,
.unwrap_or(0.0),
)),
);