Commit 46c00c6b authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* fix x-plgroup detection

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