mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
fix this
This commit is contained in:
parent
e37c43fcc2
commit
4562e35361
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
}
|
||||
|
||||
if (inv_vid.author.endsWith(" - Topic")) {
|
||||
var vidurl = "https://vid.theedgeofrage.com/";
|
||||
var vidurl = "https://vid.theedgeofrage.com";
|
||||
var isvidious = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue