]> git.sesse.net Git - vlc/blobdiff - modules/demux/asf/asf.c
Merge author/artist
[vlc] / modules / demux / asf / asf.c
index afe8dc5f4b9f3da8ccbe1dc11ee0c1c4ade0f4be..622df5d069ab1a8a6c13d2354f4d847f91ff3ff6 100644 (file)
@@ -817,9 +817,9 @@ static int DemuxInit( demux_t *p_demux )
         {
             vlc_meta_SetTitle( p_sys->meta, p_cd->psz_title );
         }
-        if( p_cd->psz_author && *p_cd->psz_author )
+        if( p_cd->psz_artist && *p_cd->psz_artist )
         {
-             vlc_meta_SetAuthor( p_sys->meta, p_cd->psz_author );
+             vlc_meta_SetArtist( p_sys->meta, p_cd->psz_artist );
         }
         if( p_cd->psz_copyright && *p_cd->psz_copyright )
         {