From a2c124306fa92a22e53a51c0aa177aadc2eae5f6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 14 Oct 2018 05:26:36 +0900 Subject: [PATCH] Update mios.ts --- src/client/app/mios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/mios.ts b/src/client/app/mios.ts index abbd23e3d..76cebcabb 100644 --- a/src/client/app/mios.ts +++ b/src/client/app/mios.ts @@ -443,7 +443,7 @@ export default class MiOS extends EventEmitter { }; const promise = new Promise((resolve, reject) => { - const viaStream = this.stream && this.store.state.device.apiViaStream && !forceFetch; + const viaStream = this.stream && this.stream.state == 'connected' && this.store.state.device.apiViaStream && !forceFetch; if (viaStream) { const id = Math.random().toString().substr(2, 8);