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`; }