From: Michael McMahon Date: Sun, 28 Apr 2024 21:23:47 +0000 (-0400) Subject: Nope, that did not work. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2696b5e3aaa403f84cbb8aed499b0a5a54f9700b;p=libreplanet-static.git Nope, that did not work. --- 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() {