From 155567570fb56d0d6335b5db621486f241756bf4 Mon Sep 17 00:00:00 2001 From: evopls <63051451+evopls@users.noreply.github.com> Date: Thu, 4 Sep 2025 14:33:09 +0200 Subject: [PATCH] Update README.md to reflect Spotify API changes See: https://github.com/ActivityWatch/aw-watcher-spotify/pull/32 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0836929..f9b4b91 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This watcher is currently in a early stage of development, please submit PRs if Go to [Spotify Developer Dashboard](https://developer.spotify.com/dashboard/applications) and create a new application. -In the app settings, add `http://localhost:8088` in the Redirect URIs section. +In the app settings, add `http://127.0.0.1:8088` in the Redirect URIs section. ### Step 1: Install package (using poetry)