Skip to content

Commit

Permalink
Fix exception when calling sponsorblock before playing
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jun 29, 2024
1 parent 625c876 commit fda31d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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.2-SNAPSHOT"
version = "3.8.3-SNAPSHOT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ 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 fda31d2

Please sign in to comment.