Skip to content

Commit a8b1148

Browse files
author
GreenDiscord
committed
s
1 parent 6893449 commit a8b1148

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Join us on [Discord](https://discord.gg/CHegxjdFCD).
1212

1313
### Requirements
1414

15-
- [Node.JS and NPM](https://nodejs.org/en/)
15+
- [Node.JS and NPM](https://nodejs.org/en/) (not needed for bundled releases)
1616
- [VLC](https://www.videolan.org/index.html)
1717
- [Discord desktop client](https://discord.com/)
1818

@@ -37,4 +37,4 @@ For advanced features, see [ADVANCED.md](./info/advanced.md).
3737

3838
## Known Bugs
3939

40-
- When listenting to a song with foreign characters and using apple music for fetching info, the RPC will crash
40+
- Currently none! If you find any bugs, please report them in [Issues](https://github.com/GreenDiscord/vlc-rpc/issues) or the [Discord](https://discord.gg/CHegxjdFCD)

config/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module.exports = {
6161
vlc: {
6262

6363
// If no password is given, a random password is used
64-
password: 'passwordgoeshere',
64+
password: 'EEmm23?!',
6565

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

0 commit comments

Comments
 (0)