Browse Source

avahi: change discovered items type from file to directory

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
pull/94/head
Pierre Lamot 7 years ago
committed by Jean-Baptiste Kempf
parent
commit
a72b4e881c
  1. 2
      modules/services_discovery/avahi.c

2
modules/services_discovery/avahi.c

@ -338,7 +338,7 @@ static void resolve_callback(
if( psz_uri != NULL )
{
p_input = input_item_New( psz_uri, name );
p_input = input_item_NewDirectory( psz_uri, name, ITEM_NET );
free( psz_uri );
}
if( p_input != NULL )

Loading…
Cancel
Save