From a63d339cadcde41535a7019eb580ff7f671fda57 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Thu, 16 Feb 2023 16:17:55 +0100 Subject: [PATCH] Add trans-tech-tent conference --- c3stream.cs | 1 + 1 file changed, 1 insertion(+) 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"),