Skip to content

Commit

Permalink
feat: update youtube-source
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Jul 19, 2024
1 parent ffdef64 commit 8208deb
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.10"
version = "1.0.11"

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

compileOnly("dev.lavalink.youtube:common:1.4.0")
shadow("dev.lavalink.youtube:common:1.4.0")
compileOnly("dev.lavalink.youtube:common:e3b83da4eb34899dcf3698e654f78e08acaf06ab-SNAPSHOT")
shadow("dev.lavalink.youtube:common:e3b83da4eb34899dcf3698e654f78e08acaf06ab-SNAPSHOT")

compileOnly("dev.arbjerg:lavaplayer:1.5.4")
shadow("dev.arbjerg:lavaplayer:1.5.4") {
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 "Not success status code: 403" with YouTube videos
- Updated [youtube source](https://github.com/lavalink-devs/youtube-source) to add YouTube authorization
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.10", authors = ["Apehum"])
@Addon(id = "pv-addon-lavaplayer-lib", scope = AddonLoaderScope.ANY_SERVER, version = "1.0.11", authors = ["Apehum"])
class LavaPlayerAddon

0 comments on commit 8208deb

Please sign in to comment.