Commit 02164509 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fix Artist/Author info in playlist

parent 68d0010f
......@@ -880,7 +880,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
{
char *psz_temp;
vlc_mutex_lock( &p_playlist->object_lock );
psz_temp = playlist_GetInfo( p_playlist, i_row ,_("General"),_("Author") );
psz_temp = playlist_GetInfo( p_playlist, i_row ,_("Meta-information"),_("Artist") );
vlc_mutex_unlock( &p_playlist->object_lock );
if( psz_temp == NULL )
......
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