From f0a23b8d2b8e3c93f27c245651786749a02a2ebe Mon Sep 17 00:00:00 2001 From: Apehum <36326454+Apehum@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:00:09 +0800 Subject: [PATCH 1/2] build: update youtube-source --- changelog.md | 3 +-- gradle.properties | 2 +- gradle/libs.versions.toml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 018c2fc..f2463e8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1 @@ -- Lavaplayer is updated to v2. -- youtube-source updated to 1.10.2 to fix oauth 400 errors. \ No newline at end of file +- youtube-source updated to 1.11.0 to fix "Problematic YouTube player script". \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index bd57ca0..99fe792 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=su.plo -version=1.1.1 +version=1.1.2 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 803c6e7..5b64ecb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlin = "1.8.22" pv = "2.1.0-SNAPSHOT" lavaplayer = "2.2.2" -lavaplayer-youtube-source = "1.10.2" +lavaplayer-youtube-source = "1.11.1" pv-gradle-plugin = "1.0.2-SNAPSHOT" shadow = "8.1.1" From 6e22641dc2c37baf7942c1f3217c0534fa9562b7 Mon Sep 17 00:00:00 2001 From: Apehum <36326454+Apehum@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:02:31 +0800 Subject: [PATCH 2/2] ci: update changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f2463e8..33ecfbc 100644 --- a/changelog.md +++ b/changelog.md @@ -1 +1 @@ -- youtube-source updated to 1.11.0 to fix "Problematic YouTube player script". \ No newline at end of file +- youtube-source updated to 1.11.1 to fix "Problematic YouTube player script". \ No newline at end of file