Skip to content

Commit

Permalink
Bump lavakord to fix playlists
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Aug 1, 2023
1 parent 78e1764 commit fdabe58
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .idea/kotlinScripting.xml

This file was deleted.

2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kord = "0.10.0-SNAPSHOT"
jjwt = "0.11.5"
api = "3.20.0"
ksp = "1.8.22-1.0.11"
lavakord = "5.1.0"
lavakord = "5.1.3"

[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.0.3-SNAPSHOT"
version = "3.0.4-SNAPSHOT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ suspend fun updateMessage(
if (playingQueueTrack is ChapterQueuedTrack) {
field {
name = translate("music.music_channel.chapter")
value = playingQueueTrack.chapters[playingQueueTrack.chapterIndex].title
value = playingQueueTrack.chapters[playingQueueTrack.chapterIndex].name
}
}

Expand Down

0 comments on commit fdabe58

Please sign in to comment.