aboutsummaryrefslogtreecommitdiffstats
path: root/pug/options/spotify
diff options
context:
space:
mode:
Diffstat (limited to 'pug/options/spotify')
-rw-r--r--pug/options/spotify/spotify.pug24
1 files changed, 0 insertions, 24 deletions
diff --git a/pug/options/spotify/spotify.pug b/pug/options/spotify/spotify.pug
deleted file mode 100644
index 97951412..00000000
--- a/pug/options/spotify/spotify.pug
+++ /dev/null
@@ -1,24 +0,0 @@
-doctype html
-html(lang="en")
- include ../../widgets/head.pug
- title General
-script(type="module" src="../../../assets/javascripts/localise.js")
-body.option(dir="auto")
- include ../../widgets/links.pug
- +links('spotify')
-
- section.option-block
- .some-block.option-block
- h4(data-localise="__MSG_enable__") Enable
- input#disable-spotify(type="checkbox")
-
- #soju
- hr
- .normal
- include ../../widgets/instances.pug
- +instances('https://soju.com')
- include ../../widgets/latency.pug
- +latency()
-
- script(type="module" src="../init.js")
- script(type="module" src="./spotify.js")