From dd12c6c13e2c1949c0566d489df01185e9a6eab8 Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Fri, 2 Nov 2007 16:44:13 +0000 Subject: [PATCH] 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 --- apps/tagnavi.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tagnavi.config b/apps/tagnavi.config index def3c12d61..a4e660f057 100644 --- a/apps/tagnavi.config +++ b/apps/tagnavi.config @@ -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