Commit 8b05507e authored by Clément Stenac's avatar Clément Stenac

Compile fix

parent 37bd4719
......@@ -574,7 +574,7 @@ static void EsOutProgramMeta( es_out_t *out, int i_group, vlc_meta_t *p_meta )
sprintf( psz_cat, "%s %d", _("Program"), i_group );
if( p_meta->psz_title ) psz_title = p_meta->psz_title;
if( p_meta->psz_provider) psz_provider = p_meta->psz_publisher;
if( p_meta->psz_publisher ) psz_provider = p_meta->psz_publisher;
if( p_meta->psz_nowplaying ) psz_now_playing = p_meta->psz_nowplaying;
if( !psz_title && !psz_now_playing )
......
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