From 10a4df130c7faa7e2d3fb119964f0e51da78f454 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Fri, 5 Jun 2020 10:10:51 +0100 Subject: [PATCH] Always show mini stream --- .../viewComponents/miniStreamDisplay.vue | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/components/viewComponents/miniStreamDisplay.vue b/src/components/viewComponents/miniStreamDisplay.vue index 4becd596..e12f2e6d 100644 --- a/src/components/viewComponents/miniStreamDisplay.vue +++ b/src/components/viewComponents/miniStreamDisplay.vue @@ -7,20 +7,9 @@ Stream - -
-
-
-
- -
- No active connection -
-
@@ -34,12 +23,6 @@ export default { }, computed: { - streamEnabled: function() { - return ( - this.$store.getters.ready && - !this.$store.state.globalSettings.disableStream - ); - }, streamImgUri: function() { return `${this.$store.getters.baseUri}/api/v2/streams/mjpeg`; }