Removing leftover localStreaming ref

This commit is contained in:
James Barnsley
2020-10-02 22:54:47 +13:00
parent fc2a1c9a8c
commit 0bf6682904
5 changed files with 6 additions and 7 deletions

View File

@ -106858,7 +106858,7 @@ var OutputControl = /*#__PURE__*/function (_React$Component) {
var snapcastGroups = this.snapcastGroups();
var commands = this.commands();
if (!snapcastGroups && !localStreaming && !commands) {
if (!snapcastGroups && !commands) {
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
className: "output-control__items output-control__items--no-results",
"data-qa-node": "div",
@ -106878,7 +106878,7 @@ var OutputControl = /*#__PURE__*/function (_React$Component) {
className: "output-control__items",
"data-qa-node": "div",
"data-qa-file": "OutputControl"
}, commands, localStreaming, snapcastGroups);
}, commands, snapcastGroups);
}
}, {
key: "render",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -106,7 +106,7 @@
// Release details
// These are automatically injected to built HTML
var build = "1601632041";
var build = "1601632441";
var version = "3.52.4";
// Construct the script tag