mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix serviceDown event name type
This commit is contained in:
@@ -40,7 +40,7 @@ function onBrowserServiceDown (service: mdns.Service) {
|
||||
}
|
||||
|
||||
browser.on("serviceUp", onBrowserServiceUp);
|
||||
browser.on("servicedown", onBrowserServiceDown);
|
||||
browser.on("serviceDown", onBrowserServiceDown);
|
||||
|
||||
|
||||
interface InitializeOptions {
|
||||
|
||||
Reference in New Issue
Block a user