diff --git a/c3stream.cs b/c3stream.cs index 9ec7ad6..3bae857 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("MCH2022", true), new ConferenceObject("gpn20", true), new ConferenceObject("rc3-2021"), new ConferenceObject("rc3"),