Merge pull request #256 from NickM-27/main

Fix Android clip downloading
This commit is contained in:
Dermot Duffy
2022-01-14 19:44:58 -08:00
committed by GitHub
+1 -1
View File
@@ -618,7 +618,7 @@ export class FrigateCard extends LitElement {
return; 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 // Home Assistant companion apps cannot download files without opening a
// new browser window. // new browser window.
// //