From c95116b0328c201943a5fb4dc57597db8aab7c6a Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Tue, 13 Jun 2023 23:04:38 +0200 Subject: [PATCH] Fix GPN21 --- c3stream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c3stream.cs b/c3stream.cs index 5a07b95..8db2eaf 100644 --- a/c3stream.cs +++ b/c3stream.cs @@ -22,7 +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("gpn21", true), new ConferenceObject("trans-tech-tent", true), new ConferenceObject("jev22", true), new ConferenceObject("MCH2022"),