Commit 3f92a629 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix small mixup between artist and title in MSN plugin.

parent 62669862
......@@ -167,8 +167,8 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
MSN_MAX_LENGTH,
"\\0Music\\01\\0%s\\0%s\\0%s\\0%s\\0\\0\\0",
p_intf->p_sys->psz_format,
psz_title,
psz_artist,
psz_title,
psz_album );
free( psz_title );
free( psz_artist );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment