From 2696b5e3aaa403f84cbb8aed499b0a5a54f9700b Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Sun, 28 Apr 2024 17:23:47 -0400 Subject: [PATCH] Nope, that did not work. --- 2024/assets/js/stream.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/2024/assets/js/stream.js b/2024/assets/js/stream.js index fb2a2c9e..5a5c9e17 100644 --- a/2024/assets/js/stream.js +++ b/2024/assets/js/stream.js @@ -147,13 +147,13 @@ app.streams = [ desktopMount: "/slides-room-saturn.webm", speakerSmallMount: "/stream-room-saturn-480p.webm", ircChannel: "#libreplanet-room-saturn" - }, { - name: "Neptune Room", - speakerMount: "/stream-room-neptune.webm", - desktopMount: "/slides-room-neptune.webm", - speakerSmallMount: "/stream-room-neptune-480p.webm", - ircChannel: "#libreplanet-room-neptune" - } + }//, { + // name: "Neptune Room", + // speakerMount: "/stream-room-neptune.webm", + // desktopMount: "/slides-room-neptune.webm", + // speakerSmallMount: "/stream-room-neptune-480p.webm", + // ircChannel: "#libreplanet-room-neptune" + //} ]; app.controller = function() { -- 2.25.1