Skip to content

Commit

Permalink
v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum authored Jul 11, 2024
2 parents e199291 + ffdef64 commit 5e12e75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "su.plo"
version = "1.0.9"
version = "1.0.10"

repositories {
mavenCentral()
Expand All @@ -18,6 +18,7 @@ repositories {
maven("https://jitpack.io/")
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://maven.lavalink.dev/snapshots")
maven("https://maven.lavalink.dev/releases")
}

dependencies {
Expand All @@ -26,11 +27,11 @@ dependencies {
compileOnly("su.plo.voice.api:server:$plasmoVoiceVersion")
compileOnly("su.plo.voice.api:proxy:$plasmoVoiceVersion")

compileOnly("com.github.lavalink-devs.lavaplayer-youtube-source:plugin:9b233d801e13eafdca7ba99c43a42dc56fa6840b")
shadow("com.github.lavalink-devs.lavaplayer-youtube-source:plugin:9b233d801e13eafdca7ba99c43a42dc56fa6840b")
compileOnly("dev.lavalink.youtube:common:1.4.0")
shadow("dev.lavalink.youtube:common:1.4.0")

compileOnly("dev.arbjerg:lavaplayer:20f37dff305238a382557cb98b6b714516c23a99-SNAPSHOT")
shadow("dev.arbjerg:lavaplayer:20f37dff305238a382557cb98b6b714516c23a99-SNAPSHOT") {
compileOnly("dev.arbjerg:lavaplayer:1.5.4")
shadow("dev.arbjerg:lavaplayer:1.5.4") {
exclude("org.slf4j")
}
}
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Updated [youtube source](https://github.com/lavalink-devs/youtube-source) to fix "No matches" with YouTube direct video ids
- Updated [youtube source](https://github.com/lavalink-devs/youtube-source) to fix "Not success status code: 403" with YouTube videos
2 changes: 1 addition & 1 deletion src/main/kotlin/su/plo/voice/lavaplayer/LavaPlayerAddon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package su.plo.voice.lavaplayer
import su.plo.voice.api.addon.AddonLoaderScope
import su.plo.voice.api.addon.annotation.Addon

@Addon(id = "pv-addon-lavaplayer-lib", scope = AddonLoaderScope.ANY_SERVER, version = "1.0.9", authors = ["Apehum"])
@Addon(id = "pv-addon-lavaplayer-lib", scope = AddonLoaderScope.ANY_SERVER, version = "1.0.10", authors = ["Apehum"])
class LavaPlayerAddon

0 comments on commit 5e12e75

Please sign in to comment.