zeroconf/{bonjour,avahi}: pass service_type as parameter
This commit is contained in:
@@ -29,7 +29,7 @@ main([[maybe_unused]] int argc, [[maybe_unused]] char **argv)
|
||||
EventLoop event_loop;
|
||||
const ShutdownHandler shutdown_handler(event_loop);
|
||||
|
||||
const ZeroconfHelper helper(event_loop, "test", 1234);
|
||||
const ZeroconfHelper helper(event_loop, "test", "_mpd._tcp", 1234);
|
||||
|
||||
event_loop.Run();
|
||||
|
||||
|
Reference in New Issue
Block a user