From cfb69a9a8e8d4c9ad7bf8da924a6a32949c2c401 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Tue, 11 Mar 2025 18:07:38 -0300 Subject: [PATCH] Update go2rtc to 1.9.9 --- custom_components/webrtc/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/webrtc/utils.py b/custom_components/webrtc/utils.py index f667eeb7..b793e779 100644 --- a/custom_components/webrtc/utils.py +++ b/custom_components/webrtc/utils.py @@ -25,7 +25,7 @@ DOMAIN = "webrtc" -BINARY_VERSION = "1.9.8" +BINARY_VERSION = "1.9.9" SYSTEM = { "Windows": {"AMD64": "go2rtc_win64.zip", "ARM64": "go2rtc_win_arm64.zip"},