From 5d6db195e2bda06ec56fc5034c035d3fd2fc2f35 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Tue, 13 Jun 2023 23:01:24 +0200 Subject: [PATCH] Add GPN21 --- c3stream.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/c3stream.cs b/c3stream.cs index 2b9987b..5a07b95 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("gpn21"), new ConferenceObject("trans-tech-tent", true), new ConferenceObject("jev22", true), new ConferenceObject("MCH2022"),