Skip to content

Commit

Permalink
1.3.99
Browse files Browse the repository at this point in the history
  • Loading branch information
Walkyst committed Oct 28, 2022
1 parent 0b56aa5 commit 7f8e2bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

val moduleName = "lavaplayer"
version = "1.3.98.4-original"
version = "1.3.99-original"

dependencies {
api("com.sedmelluq:lava-common:1.1.2")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import java.util.List;
import java.util.function.Function;

import static com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeConstants.NEXT_PAYLOAD;
import static com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeConstants.NEXT_URL;
import static com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeConstants.WATCH_URL_PREFIX;
import static com.sedmelluq.discord.lavaplayer.tools.FriendlyException.Severity.SUSPICIOUS;
Expand Down

0 comments on commit 7f8e2bd

Please sign in to comment.