chore(docs): more format fixes
This commit is contained in:
@@ -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`
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user