Commit 4b5c12e3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

m3u: fix code style

parent 3fef34c0
......@@ -261,7 +261,7 @@ static int Demux( demux_t *p_demux )
free( psz_parse );
free( psz_mrl );
if ( !EMPTY_STR(psz_artist) )
if( !EMPTY_STR(psz_artist) )
input_item_SetArtist( p_input, psz_artist );
if( psz_name ) input_item_SetTitle( p_input, psz_name );
if( !EMPTY_STR(psz_album_art) )
......
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