diff --git a/docs/user/artists.md b/docs/user/artists.md index 0f4750e..40e1c56 100644 --- a/docs/user/artists.md +++ b/docs/user/artists.md @@ -1,6 +1,6 @@ ## Artists -- Open an artist from search. +Open an artist from search. - Discography - Albums, Singles, Compilations, Appears On sections @@ -27,4 +27,5 @@ Backend endpoints used: - GET `/api/artist/info?id=...&limit=20&offset=...` (metadata + paged albums) - GET `/api/artist/download/{artist_id}?album_type=album,single,compilation` (queue discography) -- PUT `/api/artist/watch/{artist_id}` / DELETE `/api/artist/watch/{artist_id}` / GET `/api/artist/watch/{artist_id}/status` \ No newline at end of file +- PUT `/api/artist/watch/{artist_id}` / DELETE `/api/artist/watch/{artist_id}` +- GET `/api/artist/watch/{artist_id}/status` \ No newline at end of file diff --git a/docs/user/playlists.md b/docs/user/playlists.md index 0eeaa9a..8785172 100644 --- a/docs/user/playlists.md +++ b/docs/user/playlists.md @@ -12,9 +12,10 @@ Open a playlist from search. - Add/remove playlist to Watchlist (auto-download new additions when enabled) How-to: download a playlist -1. Search for the playlist or paste its Spotify URL -2. Click Download -3. Monitor progress in the Queue; results appear in History + + 1. Search for the playlist or paste its Spotify URL + 2. Click Download + 3. Monitor progress in the Queue; results appear in History Backend endpoints used: