This commit is contained in:
Nishi 2025-11-27 03:34:18 +09:00
commit 350781ca8a
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 9 additions and 5 deletions

View file

@ -148,7 +148,6 @@ static void tree_activate(MwWidget handle, void* user, void* client) {
MwListBoxPacketSetIcon(p, index, pxfoldermusic);
MwListBoxPacketSet(p, index, 0, buf);
MwListBoxPacketSet(p, index, 1, db_albums[i].key);
sprintf(buf, "%d:%02d", db_albums[i].length / 60, db_albums[i].length % 60);
MwListBoxPacketSet(p, index, 2, buf);