diff options
author | Robert Kukla <roolku@rockbox.org> | 2007-11-02 16:44:13 +0000 |
---|---|---|
committer | Robert Kukla <roolku@rockbox.org> | 2007-11-02 16:44:13 +0000 |
commit | dd12c6c13e2c1949c0566d489df01185e9a6eab8 (patch) | |
tree | 801cf7190508854f85d710734540ddf9c341c411 /apps/tagnavi.config | |
parent | bfc870f07e55e59267085bebda789e4b60d3b781 (diff) |
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
Diffstat (limited to 'apps/tagnavi.config')
-rw-r--r-- | apps/tagnavi.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |