Skip to content

Commit

Permalink
bump jukebox to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlafyDev committed Apr 9, 2024
1 parent 6c6060c commit 5653697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": [
{
"id": "fleym.nongd",
"version": ">=2.6.0",
"version": ">=2.7.0",
"required": true
}
],
Expand Down
2 changes: 1 addition & 1 deletion src/ui/an_song_cell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void ANSongCell::setSong() {
return;
}

SongInfo song = {
jukebox::SongInfo song = {
.path = downloadPath,
.songName = m_anSong->m_name,
.authorName = m_anSong->m_artist,
Expand Down

0 comments on commit 5653697

Please sign in to comment.