Commit a43798f3 authored by Edward Wang's avatar Edward Wang Committed by Rémi Denis-Courmont

http: remove unneeded xspf hack

Ref #8449
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent e58236de
......@@ -584,13 +584,6 @@ connect:
free( p_access->psz_demux );
p_access->psz_demux = strdup( "podcast" );
}
else if( p_sys->psz_mime &&
!strncasecmp( p_sys->psz_mime, "application/xspf+xml", 20 ) &&
( memchr( " ;\t", p_sys->psz_mime[20], 4 ) != NULL ) )
{
free( p_access->psz_demux );
p_access->psz_demux = strdup( "xspf-open" );
}
if( p_sys->b_reconnect ) msg_Dbg( p_access, "auto re-connect enabled" );
......
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