From baadf72977e5280b0522293e9ac43bcdd9836e27 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 19 Aug 2023 12:27:14 +0200 Subject: [PATCH] Add camp2023 --- c3stream.cs | 3 ++- c3stream.csproj | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/c3stream.cs b/c3stream.cs index 5d4c695..458a631 100644 --- a/c3stream.cs +++ b/c3stream.cs @@ -22,7 +22,8 @@ public static class c3stream { public static string DbPath = Path.Combine(DataPath, DbFile); public static readonly List Conferences = new() { - new ConferenceObject("gpn21", true), + new ConferenceObject("camp2023", true), + new ConferenceObject("gpn21"), new ConferenceObject("trans-tech-tent"), new ConferenceObject("jev22"), new ConferenceObject("MCH2022"), diff --git a/c3stream.csproj b/c3stream.csproj index a6a48bb..1b91e61 100644 --- a/c3stream.csproj +++ b/c3stream.csproj @@ -8,7 +8,7 @@ - +