Skip to content

Commit

Permalink
update port to a less common one
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat authored Nov 6, 2024
1 parent 41218ef commit 1a84ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify-search-provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
CACHE_DIR = os.path.expanduser("~/.cache/spotify-search-provider/")
ALBUMART_DIR = os.path.join(CACHE_DIR, "albumart")
CACHE_FILE = os.path.join(CACHE_DIR, ".cache")
REDIRECT_URI = "http://localhost:8888/callback"
REDIRECT_URI = "http://localhost:5071/callback"
ACCESS_SCOPE = "user-modify-playback-state user-read-playback-state"

search_bus_name = "org.gnome.Shell.SearchProvider2"
Expand Down

0 comments on commit 1a84ade

Please sign in to comment.