From fa63ac852ead6eef9948b056619913cc4d583422 Mon Sep 17 00:00:00 2001 From: true_lock <168660625+truelockmc@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:41:40 +0100 Subject: [PATCH] updated ytmusicapi setup guide link gave a 404 before, now its the correct one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df115bf..999cdc8 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ - **Spotify**: Get credentials from the [Spotify Developer Dashboard](https://developer.spotify.com/dashboard/). - Also set `http://127.0.0.1:8888/callback` as your Applications Redirect URL - **Apple Music**: Obtain tokens via the [Apple Developer Program](https://developer.apple.com/programs/). See [Apple Music API docs](https://developer.apple.com/documentation/applemusicapi). - - **YouTube Music**: Generate `youtube_auth.json` by running `ytmusicapi setup` (see [ytmusicapi setup guide](https://ytmusicapi.readthedocs.io/en/stable/setup.html)). + - **YouTube Music**: Generate `youtube_auth.json` by running `ytmusicapi setup` (see [ytmusicapi setup guide](https://ytmusicapi.readthedocs.io/en/stable/setup/index.html)). 4. **Run the App** ```bash