diff --git a/package.json b/package.json index 730c74d..3ba0cf3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@swapnilsoni1999/spotify-dl", "productName": "Spotify Downloader", - "version": "1.2.4", + "version": "1.2.5", "description": "Spotify Songs, Playlist & Album Downloader", "main": "app.js", "bin": { diff --git a/util/constants.js b/util/constants.js index 4ed71a9..c71bb53 100644 --- a/util/constants.js +++ b/util/constants.js @@ -57,7 +57,7 @@ export default { YOUTUBE_SEARCH: { // this roughly equates to a max of 30mb MAX_MINUTES: 15, - GENERIC_IMAGE: path.join(__dirname, "logo.png"), + GENERIC_IMAGE: path.join(__dirname, "..", "logo.png"), VALID_CONTEXTS: ['itemName', 'albumName', 'artistName'], }, };