From 606613b2fd91684a2adb38dd3028972cc998b64a Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 9 Jul 2022 11:53:52 +0100 Subject: [PATCH] Update mirror path --- c3stream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c3stream.cs b/c3stream.cs index 49b083d..9ec7ad6 100644 --- a/c3stream.cs +++ b/c3stream.cs @@ -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);