Skip to content

Commit

Permalink
More music bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jul 2, 2024
1 parent f3c6be4 commit b85ca97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ktor = "2.3.11"
kord = "0.14.0"
api = "3.33.2"
ksp = "2.0.0-1.0.22"
lavakord = "7.0.1"
lavakord = "6.4.0-SNAPSHOT"

[libraries]
kord-common = { group = "dev.kord", name = "kord-common", version.ref = "kord" }
Expand Down
2 changes: 1 addition & 1 deletion music/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
subprojects {
version = "3.8.6-SNAPSHOT"
version = "3.8.7-SNAPSHOT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ class MusicPlayer(val link: Link, private val guild: GuildBehavior) : Link by li
settings.defaultSchedulerSettings?.applyToPlayer(this@MusicPlayer)
}

updateSponsorBlock()

link.player.on(consumer = ::onTrackEnd)
link.player.on(consumer = ::onTrackStart)
link.player.on(consumer = ::onChaptersLoaded)
Expand Down

0 comments on commit b85ca97

Please sign in to comment.