Skip to content

Commit

Permalink
Release version 1.0.8 - command control
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeydarrenlau committed Jan 27, 2024
1 parent dca484b commit d9bd87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default class ObsidianSpotify extends Plugin {

let endpoint = new URL('https://accounts.spotify.com/authorize');
endpoint.search = new URLSearchParams(params).toString();
window.location.assign(endpoint.toString())
window.location.assign(endpoint)
sharedstuff.set("spotifystate", state)
console.log("[" + manifest.name + "] Opening login page")
}
Expand Down

0 comments on commit d9bd87a

Please sign in to comment.