about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorEdward <101938856+EdwardLangdon@users.noreply.github.com>2022-04-09 11:18:38 +0000
committerGitHub <noreply@github.com>2022-04-09 14:18:38 +0300
commit2cf21fa17a87424b25fd48f661167895c8344cd7 (patch)
tree4339d7bcb1fe5881336cff980752f867d73f48b0 /src
parentAutomatic send instance fetching (#174) (diff)
downloadlibredirect-2cf21fa17a87424b25fd48f661167895c8344cd7.zip
Rearranged the Instances list of Piped. Added an instance (#179)
Diffstat (limited to 'src')
-rw-r--r--src/assets/javascripts/helpers/youtube/youtube.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/assets/javascripts/helpers/youtube/youtube.js b/src/assets/javascripts/helpers/youtube/youtube.js
index a1f97cdb..99671540 100644
--- a/src/assets/javascripts/helpers/youtube/youtube.js
+++ b/src/assets/javascripts/helpers/youtube/youtube.js
@@ -91,9 +91,10 @@ let redirects = {
       "https://piped.kavin.rocks",
       "https://piped.silkky.cloud",
       "https://piped.tokhmi.xyz",
-      "https://piped.mint.lgbt",
       "https://il.ax",
       "https://piped.syncpundit.com",
+      "https://piped.mha.fi/",
+      "https://piped.mint.lgbt",
       "https://piped.privacy.com.de",
       "https://piped.notyourcomputer.net/",
       "https://piped.mha.fi/"
@@ -851,4 +852,4 @@ export default {
   setPipedMaterialRedirects,
 
   init,
-};
\ No newline at end of file
+};