From 6d9a07369a9ae20f73cf0d70cdf8b3e0cc06e87d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 9 Sep 2022 19:15:01 +0200 Subject: Peertube: fix missing instances list if user doesn't have a config file --- src/Config.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Config.cpp b/src/Config.cpp index 9272939..540286f 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -132,6 +132,7 @@ namespace QuickMedia { static void config_load_fail_fallback() { matrix_known_homeservers_fallback(); + peertube_known_instances_fallback(); } // No-op if this has already been called before -- cgit v1.2.3