Fix HomeKit proxy for hass source

This commit is contained in:
Alex X
2025-11-10 15:35:07 +03:00
parent bc1a4ac8e4
commit 5cc32197b8
+1 -1
View File
@@ -177,7 +177,7 @@ func findHomeKitURL(sources []string) string {
if strings.HasPrefix(url, "hass") {
location, _ := streams.Location(url)
if strings.HasPrefix(location, "homekit") {
return url
return location
}
}