about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/assets/javascripts/youtubeMusic.js2
-rw-r--r--src/instances/beatbump.json5
2 files changed, 5 insertions, 2 deletions
diff --git a/src/assets/javascripts/youtubeMusic.js b/src/assets/javascripts/youtubeMusic.js
index 797da4d5..5d980cfe 100644
--- a/src/assets/javascripts/youtubeMusic.js
+++ b/src/assets/javascripts/youtubeMusic.js
@@ -187,7 +187,7 @@ function getUrl(randomInstance, url) {
 				.replace("/watch?v=", "/listen?id=")
 				.replace("/channel/", "/artist/")
 				.replace("/playlist?list=", "/playlist/VL")
-				.replace(/\/search\?q=.*/, searchQuery => searchQuery.replace("?q=", "/") + "?filter=EgWKAQIIAWoKEAMQBBAKEAkQBQ%3D%3D")
+				.replace(/\/search\?q=.*/, searchQuery => searchQuery.replace("?q=", "/") + "?filter=song")
 		case "hyperpipe":
 			return `${randomInstance}${url.pathname}${url.search}`.replace(/\/search\?q=.*/, searchQuery => searchQuery.replace("?q=", "/"))
 	}
diff --git a/src/instances/beatbump.json b/src/instances/beatbump.json
index 4c7f65a6..df5a20f7 100644
--- a/src/instances/beatbump.json
+++ b/src/instances/beatbump.json
@@ -1,5 +1,8 @@
 {
-	"normal": ["https://beatbump.ml"],
+	"normal": [
+		"https://beatbump.ml",
+		"https://beatbump.esmailelbob.xyz"
+	],
 	"tor": [],
 	"i2p": [],
 	"loki": []