rename 'Invidious' => 'Invidious/Piped' (fixes #386)
This commit is contained in:
parent
21ddd3b89f
commit
96a55fb2ce
|
@ -20,7 +20,7 @@ html
|
|||
else
|
||||
input(type="text", name="domain_twitter", id="domain_twitter", placeholder="e.g. nitter.net")
|
||||
.setting
|
||||
label(for="domain_youtube") Replace YouTube links with Invidious (blank to disable):
|
||||
label(for="domain_youtube") Replace YouTube links with Invidious/Piped (blank to disable):
|
||||
if(user_preferences.domain_youtube != '' && typeof(user_preferences.domain_youtube) != 'undefined')
|
||||
input(type="text", name="domain_youtube", id="domain_youtube", value="" + user_preferences.domain_youtube + "", placeholder="e.g. invidious.site")
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue