Nope, that did not work.
authorMichael McMahon <michael@fsf.org>
Sun, 28 Apr 2024 21:23:47 +0000 (17:23 -0400)
committerMichael McMahon <michael@fsf.org>
Sun, 28 Apr 2024 21:23:47 +0000 (17:23 -0400)
2024/assets/js/stream.js

index fb2a2c9e333d777d41ba84723c75e935ab3a91fd..5a5c9e17002fc5f10ea79da165ce30bb8bb6dd6d 100644 (file)
@@ -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() {