summaryrefslogtreecommitdiff
path: root/settings.php
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-09-03 22:41:44 -0400
committerlolcat <will@lolcat.ca>2023-09-03 22:41:44 -0400
commitc8ab934b108c83a391583ea8ae7f717c9753926e (patch)
tree35f23c328249b3259de5e2a60c23a314c84f62f4 /settings.php
parentcfd44438aea9740e0a2c34487424c87126862cc9 (diff)
soundcloud lolllllll
Diffstat (limited to 'settings.php')
-rw-r--r--settings.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/settings.php b/settings.php
index c968e57..f6abb12 100644
--- a/settings.php
+++ b/settings.php
@@ -161,6 +161,16 @@ $settings = [
"text" => "Mojeek"
]
]
+ ],
+ [
+ "description" => "Music",
+ "parameter" => "scraper_music",
+ "options" => [
+ [
+ "value" => "sc",
+ "text" => "SoundCloud"
+ ]
+ ]
]
]
]
@@ -235,7 +245,7 @@ echo
'<head>' .
'<meta http-equiv="Content-Type" content="text/html;charset=utf-8">' .
'<title>Settings</title>' .
- '<link rel="stylesheet" href="/static/style.css">' .
+ '<link rel="stylesheet" href="/static/style.css?v3">' .
'<meta name="viewport" content="width=device-width,initial-scale=1">' .
'<meta name="robots" content="index,follow">' .
'<link rel="icon" type="image/x-icon" href="/favicon.ico">' .