Skip to content

Commit 7a4d40f

Browse files
committed
Merge branch 'master' into dev
2 parents 78c090c + c3c9e25 commit 7a4d40f

File tree

8 files changed

+15
-10
lines changed

8 files changed

+15
-10
lines changed

docs/changelog/v3.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## v3.7.11
22
* Fixed not being able to seek when player is paused
3-
* Update Oshi to `6.4.3`
4-
* Update Lavaplayer to `1.5.3`
3+
* Updated Oshi to `6.4.3`
4+
* Updated Lavaplayer to `1.5.3`
55

66
## v3.7.10
7-
* Update lavaplayer to [`1.5.2`](https://github.com/lavalink-devs/lavaplayer/releases/tag/1.5.2) - Fixed NPE on missing author in playlist tracks in YouTube
7+
* Updated lavaplayer to [`1.5.2`](https://github.com/lavalink-devs/lavaplayer/releases/tag/1.5.2) - Fixed NPE on missing author in playlist tracks in YouTube
88

99
## v3.7.9
10-
* Update lavaplayer to [`1.5.1`](https://github.com/lavalink-devs/lavaplayer/releases/tag/1.5.1) - Fixed YouTube access token errors
10+
* Updated lavaplayer to [`1.5.1`](https://github.com/lavalink-devs/lavaplayer/releases/tag/1.5.1) - Fixed YouTube access token errors
1111
* Fixed websocket crash when seeking and nothing is playing
1212
* Fixed error when seeking and player is not playing anything
1313

docs/changelog/v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## v4.0.4
2-
* Update Lavaplayer to `2.1.1`
2+
* Updated Lavaplayer to `2.1.1`
33

44
## v4.0.3
55
* Fixed plugins not registering (introduced in [`4.0.2`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.2))

docs/clients.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ description: A list of Lavalink client libraries.
2121
| [Lavalink-Client](https://github.com/tomato6966/Lavalink-Client) | Node.js | **Any** | |
2222
| [FastLink](https://github.com/PerformanC/FastLink) | Node.js | **Any** | |
2323
| [Riffy](https://github.com/riffy-team/riffy) | Node.js | **Any** | |
24+
| [lavaclient](https://npmjs.com/lavaclient) | Node.js | **Any** | v5+ |
25+
| [TsumiLink](https://github.com/Fyphen1223/TsumiLink) | Node.js | **Any** | |
26+
| [Blue.ts](https://github.com/ftrapture/blue.ts) | Node.js | Discord.js/Eris/OceanicJs | |
2427
| [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) | .NET | DisCatSharp | v10.4.2+ |
2528
| [Lavalink4NET](https://github.com/angelobreuer/Lavalink4NET) | .NET | Discord.Net/DSharpPlus/Remora/NetCord | v4+ |
2629
| [Nomia](https://github.com/DHCPCD9/Nomia) | .NET | DSharpPlus | |

docs/configuration/docker.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Install [Docker](https://docs.docker.com/engine/install/) & [Docker Compose](htt
1212
Create a `docker-compose.yml` with the following content:
1313

1414
```yaml title="docker-compose.yml"
15-
version: "3.8"
16-
1715
services:
1816
lavalink:
1917
# pin the image version to Lavalink v4

docs/docker/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.9'
2-
31
services:
42
mkdocs:
53
build:

docs/getting-started/troubleshooting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ logging:
4040
lavalink: DEBUG
4141
# Set this to TRACE to see all WebSocket messages
4242
lavalink.server.io.SocketContext: TRACE
43+
# Log all track exceptions (COMMON, SUSPICIOUS & FAULT)
44+
com.sedmelluq.discord.lavaplayer.tools.ExceptionTools: DEBUG
4345

4446
# This will log all requests to the REST API
4547
request:

docs/mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,6 @@ plugins:
129129
color: "#FFFFFF"
130130
- git-revision-date-localized
131131
- markdownextradata
132+
- redirects:
133+
redirect_maps:
134+
discord/index.html: 'https://discord.gg/BTHvsc7WsT'

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ pillow
66
cairosvg
77
neoteroi-mkdocs
88
mkdocs-same-dir
9-
mkdocs-markdownextradata-plugin
9+
mkdocs-markdownextradata-plugin
10+
mkdocs-redirects

0 commit comments

Comments
 (0)