Commit d451572b authored by Antoine Cellerier's avatar Antoine Cellerier

Backport [15289].

parent e730cf07
......@@ -978,6 +978,8 @@ void E_(EvaluateRPN)( intf_thread_t *p_intf, mvar_t *vars,
{
psz_val = vlc_input_item_GetInfo( p_item,
_(VLC_META_INFO_CAT), _(VLC_META_TITLE) );
if( psz_val == NULL )
psz_val == strdup( p_item->psz_name );
}
else if( !strcmp( psz_meta, "ALBUM" ) )
{
......
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