Skip to content

Commit 7169ea0

Browse files
author
GreenDiscord
committed
fix ? h opefully
1 parent 5aefe09 commit 7169ea0

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

config/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = {
4949
vlc: {
5050

5151
// If no password is given, a random password is used
52-
password: 'yourpasswordhere',
52+
password: 'EEmm23?!',
5353

5454
// This must correspond with the port VLC's web interface uses
5555
port: 8080,

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Discord rich presence for VLC media player.",
55
"main": "index.js",
66
"dependencies": {
7-
"album-art": "^3.0.2",
7+
"album-art": "^1.0.4",
88
"axios": "^1.1.3",
99
"discord-rpc": "^3.1.1",
1010
"form-data": "^4.0.0",
@@ -19,7 +19,7 @@
1919
"type": "git",
2020
"url": "git+https://github.com/GreenDiscord/vlc-rpc.git"
2121
},
22-
"keywords": [],
22+
"keywords": [],
2323
"author": "GreenDiscord",
2424
"contributors": [
2525
{

src/rpc/format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = async (status) => {
4949
var artwork = appleresponse.data.results[0].artworkUrl100;
5050
var fetched = "Apple";
5151
} else {
52-
var artwork = await albumArt(`${encodeURIComponent(properties.arist)}`, options).then((data) => data);
52+
var artwork = await albumArt(artist, options).then((data) => data);
5353
var fetched = "Spotify"
5454
}
5555

0 commit comments

Comments
 (0)