diff --git a/c3stream.cs b/c3stream.cs index 8564fe9..2b9987b 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("trans-tech-tent", true), new ConferenceObject("jev22", true), new ConferenceObject("MCH2022"), new ConferenceObject("gpn20"),