From 92f24076db678745ab64e0557fa21cbd4fc36d52 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Thu, 6 Oct 2022 04:36:17 -0300 Subject: [PATCH] docs(ytmusic): add library class docs --- docs/API/music.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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)