Skip to content

Commit

Permalink
[Audio] Update yt source version (#6424)
Browse files Browse the repository at this point in the history
  • Loading branch information
aikaterna authored Aug 7, 2024
1 parent 5bbced5 commit 54a2917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/cogs/audio/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def __ge__(self, other: object) -> bool:

class ServerManager:
JAR_VERSION: Final[str] = LavalinkVersion(3, 7, 11, red=3)
YT_PLUGIN_VERSION: Final[str] = "1.5.1"
YT_PLUGIN_VERSION: Final[str] = "1.5.2"

LAVALINK_DOWNLOAD_URL: Final[str] = (
"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/"
Expand Down

0 comments on commit 54a2917

Please sign in to comment.