Commit d6cb888b authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* recognize new x-plgroup paramater (only standardized fields are not prefixed with x-)

parent c0a1dbea
......@@ -770,7 +770,8 @@ static void sess_toitem( intf_thread_t * p_intf, sess_descr_t * p_sd )
{
psz_http_path = strdup( p_sd->pp_attributes[i]->psz_value );
}
if( !strcasecmp( p_sd->pp_attributes[i]->psz_field , "plgroup" ) )
if( !strcasecmp( p_sd->pp_attributes[i]->psz_field , "plgroup" ) ||
( !strcasecmp( p_sd->pp_attributes[i]->psz_field , "x-plgroup" ) )
{
int i_group_id;
p_playlist =
......
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