tweaks to how we change to a different song

This commit is contained in:
Chris Cochrun 2023-10-27 15:05:43 -05:00
parent f1b4ac495e
commit 28958721f2
2 changed files with 28 additions and 27 deletions

View file

@ -237,7 +237,7 @@ ColumnLayout {
implicitWidth: libraryList.width
height: selectedLibrary == libraryType ? 50 : 0
clip: true
label: title
label: index + " " + title
subtitle: {
if (libraryType == "song")
author