aboutsummaryrefslogtreecommitdiffstats
path: root/pug/options/spotify
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-05-04 13:59:37 +0300
committerManeraKai <manerakai@protonmail.com>2022-05-04 13:59:37 +0300
commita28cccfde07e76d1e70d2acfe1c2222d8b8ae705 (patch)
tree4fdefa52a12f7a158006f1b7ba3b54cd468b97fe /pug/options/spotify
parentFix incorrect localization (#236) (diff)
downloadlibredirect-a28cccfde07e76d1e70d2acfe1c2222d8b8ae705.zip
Simplified code. Removed pixivMoe, old.reddit.com #239
Diffstat (limited to 'pug/options/spotify')
-rw-r--r--pug/options/spotify/spotify.pug9
1 files changed, 0 insertions, 9 deletions
diff --git a/pug/options/spotify/spotify.pug b/pug/options/spotify/spotify.pug
index 2314fe27..97951412 100644
--- a/pug/options/spotify/spotify.pug
+++ b/pug/options/spotify/spotify.pug
@@ -12,12 +12,6 @@ body.option(dir="auto")
h4(data-localise="__MSG_enable__") Enable
input#disable-spotify(type="checkbox")
- .some-block.option-block
- h4(data-localise="__MSG_protocol__") Protocol
- select#protocol
- option(value="normal" data-localise="__MSG_normal__") Normal
- option(value="tor" data-localise="__MSG_tor__") Tor
-
#soju
hr
.normal
@@ -25,9 +19,6 @@ body.option(dir="auto")
+instances('https://soju.com')
include ../../widgets/latency.pug
+latency()
- .tor
- include ../../widgets/instances.pug
- +instances('https://soju.onion')
script(type="module" src="../init.js")
script(type="module" src="./spotify.js")