diff --git a/lib/index.js b/lib/index.js index 3f2b859..1168d2e 100644 --- a/lib/index.js +++ b/lib/index.js @@ -29,7 +29,7 @@ module.exports = class Lyricist { Search song by ID */ - async song(id, { fetchLyrics = 123 } = {}) { + async song(id, { fetchLyrics = false } = {}) { if (!id) throw new Error('No ID was provided to lyricist.song()'); const { song } = await this._request(`songs/${id}`);