Fix cache url

This commit is contained in:
Laura Hausmann 2021-12-29 17:40:35 +01:00
parent e5e0c76b41
commit 2b61ba3e7a
Signed by: zotan
GPG Key ID: D044E84C5BE01605
1 changed files with 1 additions and 1 deletions

View File

@ -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);