Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tvhdhomerun: fix idnode domain changes
  • Loading branch information
beralt authored and perexg committed Oct 14, 2014
1 parent a78a83c commit e7ca66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.c
Expand Up @@ -421,7 +421,7 @@ tvhdhomerun_frontend_network_list ( mpegts_input_t *mi )
else
return NULL;

return idnode_find_all(idc);
return idnode_find_all(idc, NULL);
}

static void
Expand Down

0 comments on commit e7ca66c

Please sign in to comment.