Fix Android clip downloading

This commit is contained in:
Nick Mowen
2022-01-13 21:22:22 -07:00
parent 31d769e676
commit f68b3cb8a9
+1 -1
View File
@@ -618,7 +618,7 @@ export class FrigateCard extends LitElement {
return;
}
if (navigator.userAgent.startsWith("Home Assistant/")) {
if (navigator.userAgent.startsWith("Home Assistant/") || navigator.userAgent.startsWith("HomeAssistant/")) {
// Home Assistant companion apps cannot download files without opening a
// new browser window.
//