mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +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("serviceUp", onBrowserServiceUp);
|
||||||
browser.on("servicedown", onBrowserServiceDown);
|
browser.on("serviceDown", onBrowserServiceDown);
|
||||||
|
|
||||||
|
|
||||||
interface InitializeOptions {
|
interface InitializeOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user