mirror of
https://codeberg.org/ashley/poke
synced 2025-06-03 04:59:41 +00:00
add error here :3
This commit is contained in:
parent
fd1f3ea864
commit
59dd95fa39
@ -12,7 +12,7 @@
|
|||||||
if (!isValidYouTubeID(v) || isLetterSpam(v)) {
|
if (!isValidYouTubeID(v) || isLetterSpam(v)) {
|
||||||
reason = "Video not found >~<";
|
reason = "Video not found >~<";
|
||||||
} else {
|
} else {
|
||||||
reason = "This helps protect our community. Learn more (TRYING AGAIN....)";
|
reason = "Error while communicating with Invidious companion: Error connecting to 'companion:8282': Connection refused";
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user