diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-09-09 19:15:01 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-09-09 19:15:01 +0200 |
commit | 6d9a07369a9ae20f73cf0d70cdf8b3e0cc06e87d (patch) | |
tree | cb79c8e08806bf92faf4eab31b708a4b05acf62b /src | |
parent | d8e8b812cc51a547025915ed9c1886539da30502 (diff) |
Peertube: fix missing instances list if user doesn't have a config file
Diffstat (limited to 'src')
-rw-r--r-- | src/Config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |