Skip to content

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum authored May 5, 2024
2 parents ad10541 + ae5e909 commit e199291
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.8"
version = "1.0.9"

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

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

compileOnly("dev.arbjerg:lavaplayer:20f37dff305238a382557cb98b6b714516c23a99-SNAPSHOT")
shadow("dev.arbjerg:lavaplayer:20f37dff305238a382557cb98b6b714516c23a99-SNAPSHOT") {
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- New [youtube source](https://github.com/lavalink-devs/youtube-source) bundled to fix "Video returned by YouTube isn't what was requsted" issue. Make sure to update the pv-addon-discs to the latest version for the new source to work.
- Updated [youtube source](https://github.com/lavalink-devs/youtube-source) to fix "No matches" with YouTube direct video ids
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.8", authors = ["Apehum"])
@Addon(id = "pv-addon-lavaplayer-lib", scope = AddonLoaderScope.ANY_SERVER, version = "1.0.9", authors = ["Apehum"])
class LavaPlayerAddon

0 comments on commit e199291

Please sign in to comment.