diff --git a/docs/API/music.md b/docs/API/music.md index 7c578ed1..9f4fe48f 100644 --- a/docs/API/music.md +++ b/docs/API/music.md @@ -151,7 +151,27 @@ Retrieves library. **Returns:** `Promise.` - +
+Methods & Getters +

+ +- `#getPlaylists(args?)` + - Retrieves the library's playlists. + +- `#getAlbums(args?)` + - Retrieves the library's albums. + +- `#getArtists(args?)` + - Retrieves the library's artists. + - +- `#getSongs(args?)` + - Retrieves the library's songs. + +- `#getRecentActivity(args)` + - Retrieves recent activity. + +

+
### getArtist(artist_id)