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"),