diff options
Diffstat (limited to 'src/strfsong.c')
-rw-r--r-- | src/strfsong.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strfsong.c b/src/strfsong.c index a7eb011f8..801447276 100644 --- a/src/strfsong.c +++ b/src/strfsong.c @@ -145,7 +145,7 @@ _strfsong(gchar *s, n = end - p + 1; if(*end != '%') n--; - else if (strncmp("%basename%", p, n) == 0) + else if (strncmp("%shortfile%", p, n) == 0) temp = utf8_to_locale(basename(song->file)); else if (strncmp("%file%", p, n) == 0) temp = utf8_to_locale(song->file); |