Commit 9e17b696 authored by Kaarlo Raiha's avatar Kaarlo Raiha Committed by Jean-Baptiste Kempf

fix typo

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e1ee31d3
......@@ -160,7 +160,7 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
psz_album = input_item_GetAlbum( input_GetItem( p_input ) );
psz_title = input_item_GetTitle( input_GetItem( p_input ) );
if( !psz_artist ) psz_artist = strdup( "" );
if( !psz_album ) psz_artist = strdup( "" );
if( !psz_album ) psz_album = strdup( "" );
if( !psz_title )
psz_title = input_item_GetName( input_GetItem( p_input ) );
......
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