]> git.sesse.net Git - vlc/commitdiff
Fix small mixup between artist and title in MSN plugin.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 26 Nov 2006 23:09:09 +0000 (23:09 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 26 Nov 2006 23:09:09 +0000 (23:09 +0000)
modules/misc/notify/msn.c

index c4660e88e40d3c7a9fa54bbd64385181e16b7851..6b2edd9dbcb9ec4b057d750a7befdd0bf5542360 100644 (file)
@@ -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 );