From 9e9f6f61909a5724c2f9b946cce89b1e80f4243a Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 4 Sep 2023 02:23:09 +0200 Subject: [PATCH] Update conferences --- c3stream.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/c3stream.cs b/c3stream.cs index 458a631..ad2ba08 100644 --- a/c3stream.cs +++ b/c3stream.cs @@ -22,6 +22,7 @@ public static class c3stream { public static string DbPath = Path.Combine(DataPath, DbFile); public static readonly List Conferences = new() { + new ConferenceObject("mrmcd23", true), new ConferenceObject("camp2023", true), new ConferenceObject("gpn21"), new ConferenceObject("trans-tech-tent"),