Skip to content

Commit

Permalink
Merge pull request #261 from phyzical/feature/fix-fallback-logo-ref
Browse files Browse the repository at this point in the history
Didnt test the logo ref changes correctly, was one dir too deep
  • Loading branch information
phyzical authored Aug 26, 2024
2 parents 38c0b7d + 77228c1 commit 8118ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion util/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
},
};

0 comments on commit 8118ae4

Please sign in to comment.