summaryrefslogtreecommitdiff
path: root/apps/gui/wps_parser.c
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2007-04-15 13:50:07 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2007-04-15 13:50:07 +0000
commit3c6e46ce64297697bbd6c713da3d0ba7856d6ea9 (patch)
tree70d06d90747ff4d93f687db7cbaf95bbdeae1d72 /apps/gui/wps_parser.c
parent483c87a04d3be8be31034a508676e51a423402c4 (diff)
downloadrockbox-3c6e46ce64297697bbd6c713da3d0ba7856d6ea9.zip
rockbox-3c6e46ce64297697bbd6c713da3d0ba7856d6ea9.tar.gz
rockbox-3c6e46ce64297697bbd6c713da3d0ba7856d6ea9.tar.bz2
rockbox-3c6e46ce64297697bbd6c713da3d0ba7856d6ea9.tar.xz
FS#6949 - WPS tag for database autoscore. Author wanted to remain anonymous.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13164 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/wps_parser.c')
-rw-r--r--apps/gui/wps_parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c
index 2c7a000..588b0d6 100644
--- a/apps/gui/wps_parser.c
+++ b/apps/gui/wps_parser.c
@@ -232,6 +232,7 @@ static const struct wps_tag all_tags[] = {
{ WPS_TOKEN_DATABASE_PLAYCOUNT, "rp", WPS_REFRESH_DYNAMIC, NULL },
{ WPS_TOKEN_DATABASE_RATING, "rr", WPS_REFRESH_DYNAMIC, NULL },
+ { WPS_TOKEN_DATABASE_SCORE, "rs", WPS_REFRESH_DYNAMIC, NULL },
#if CONFIG_CODEC == SWCODEC
{ WPS_TOKEN_REPLAYGAIN, "rg", WPS_REFRESH_STATIC, NULL },
{ WPS_TOKEN_CROSSFADE, "xf", WPS_REFRESH_DYNAMIC, NULL },