ts-npm-ytmusic-api/docs/guides/usage/getAlbum.md

12 lines
274 B
Markdown

# Getting an album
`getAlbum()` will fetch you information about a specific album by it's ID.
```ts
ytmusic.getAlbum("MPREb_iG5q5DIdhdA").then(album => {
console.log(album)
})
```
See the [reference](../../references/ytmusic-methods/getAlbum.html) for more information.