diff --git a/c3stream.cs b/c3stream.cs index 6e8fb2f..55a35ba 100644 --- a/c3stream.cs +++ b/c3stream.cs @@ -16,7 +16,7 @@ namespace c3stream { public const string DataPath = "data"; public const string DbFile = "c3stream.sqlite"; public const string CachePath = "/mnt/storage/archive/Video/congress/"; - public const string CacheUrl = "https://c3stream-mirror.zotan.services/"; + public const string CacheUrl = "https://mirror.c3stream.de/"; public static object Lock = new(); public static string DbPath = Path.Combine(DataPath, DbFile);