Update mirror path

This commit is contained in:
Laura Hausmann 2022-07-09 11:53:52 +01:00
parent 33809e1f90
commit 606613b2fd
Signed by: zotan
GPG Key ID: D044E84C5BE01605
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public static class c3stream {
public const string DbFile = "c3stream.sqlite";
public const string LogoPath = "/mnt/nvme-data/c3stream-logos/";
public const string LogoUrl = "https://mirror.c3stream.de/logos/";
public const string CachePath = "/mnt/storage/archive/Video/congress/";
public const string CachePath = "/mnt/zfs/storage/archive/Video/congress/";
public const string CacheUrl = "https://mirror.c3stream.de/";
public static object Lock = new();
public static string DbPath = Path.Combine(DataPath, DbFile);