Skip to content

Commit 5de81e2

Browse files
committed
refactor: Remove problematic options
1 parent 1ce903e commit 5de81e2

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

deploy/docker/lavalink/application.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,16 @@ plugins:
1313
# refreshToken: ""
1414
clients:
1515
- MUSIC
16-
- TV
17-
- TVHTML5EMBEDDED
16+
#- TV
17+
#- TVHTML5EMBEDDED
1818
- WEB
1919
- WEBEMBEDDED
2020
- MWEB
2121
- ANDROID_VR
22-
clientOptions:
23-
TV:
24-
videoLoading: false
25-
TVHTML5EMBEDDED:
26-
videoLoading: false
27-
WEB:
28-
videoLoading: false
29-
WEBEMBEDDED:
30-
videoLoading: false
31-
MWEB:
32-
videoLoading: false
33-
ANDROID_VR:
34-
videoLoading: false
3522

3623
lavalink:
3724
plugins:
38-
- dependency: "dev.lavalink.youtube:youtube-plugin:1.11.5"
25+
- dependency: "dev.lavalink.youtube:youtube-plugin:1.12.0"
3926
snapshot: false
4027
- dependency: "com.github.topi314.lavaqueue:lavaqueue-plugin:7b32f42"
4128
repository: "https://maven.topi.wtf/snapshots"

0 commit comments

Comments
 (0)