From 5996e76929ac217800219e05869d98ca16ff36a6 Mon Sep 17 00:00:00 2001 From: phyzical <5182053+phyzical@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:37:39 +0800 Subject: [PATCH 1/2] refix --- util/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], }, }; From 77228c1568358d42b313ccea13a895a58f088789 Mon Sep 17 00:00:00 2001 From: phyzical <5182053+phyzical@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:37:58 +0800 Subject: [PATCH 2/2] bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {