summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/vfs_curl/vfs_curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vfs_curl/vfs_curl.c b/plugins/vfs_curl/vfs_curl.c
index 0e798467..5b1add5a 100644
--- a/plugins/vfs_curl/vfs_curl.c
+++ b/plugins/vfs_curl/vfs_curl.c
@@ -223,7 +223,7 @@ http_parse_shoutcast_meta (HTTP_FILE *fp, const char *meta, int size) {
}
else {
const char *orig_title = deadbeef->pl_find_meta (fp->track, "title");
- if (!orig_title || strcasecmp (orig_title, tit)) {
+ if (!orig_title || strcasecmp (orig_title, title)) {
vfs_curl_set_meta (fp->track, "title", title);
songstarted = 1;
}