chore(docs): more format fixes

This commit is contained in:
Xoconoch
2025-08-23 09:04:17 -06:00
parent 97b26876bd
commit ac5d011520
2 changed files with 7 additions and 5 deletions

View File

@@ -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`
- PUT `/api/artist/watch/{artist_id}` / DELETE `/api/artist/watch/{artist_id}`
- GET `/api/artist/watch/{artist_id}/status`

View File

@@ -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: