Fix Android clip downloading
This commit is contained in:
+1
-1
@@ -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.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user