remove requirement for album artist to match for albums to count as "same", fixes FS#8071

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15410 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Kukla 2007-11-02 16:44:13 +00:00
parent bfc870f07e
commit dd12c6c13e
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
"Directory" -> title ? filename ^ "#directory#"
"Title" -> title = "fmt_title" ? title = "#title#"
"Artist" -> album ? artist = "#artist#" -> title = "fmt_title"
"Album" -> title = "fmt_title" ? album = "#album#" & albumartist = "#albumartist#"
"Album" -> title = "fmt_title" ? album = "#album#"
"Composer" -> title = "fmt_title" ? composer = "#composer#"
# Define the runtime sub menu