Commit 74ed2874 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

playlist.m: More 21193 fixes.

parent 566b63e7
......@@ -296,9 +296,9 @@
char *psz_artist = input_item_GetArtist( p_item->p_input );
if( [[o_tc identifier] isEqualToString:@"2"] && !EMPTY_STR( psz_artist ) )
{
o_value = [NSString stringWithUTF8String: psz_artist )];
o_value = [NSString stringWithUTF8String: psz_artist];
if( o_value == NULL )
o_value = [NSString stringWithCString: psz_artist )];
o_value = [NSString stringWithCString: psz_artist];
}
else if( [[o_tc identifier] isEqualToString:@"3"] )
{
......
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