Skip to content

Commit

Permalink
fix spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
14ROVI committed Aug 6, 2024
1 parent cb7513f commit a54ea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/spotify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ impl Component for Spotify {
let save_history = ctx.link().callback(Msg::SaveHistory);

spawn_local(async move {
let text = Request::get("https://api.rovi.me/lastfm")
let text = Request::get("https://api.rovi.me/lastfm/I4ROVI")
.send()
.await
.unwrap()
Expand Down

0 comments on commit a54ea69

Please sign in to comment.