mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 04:34:38 -05:00
fix
This commit is contained in:
parent
04d3a04ea7
commit
b1379daf54
1 changed files with 2 additions and 1 deletions
|
@ -350,7 +350,8 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
var mediaproxy = config.media_proxy
|
var mediaproxy = config.media_proxy
|
||||||
var contentlang "en-US";
|
|
||||||
|
var contentlang = "en-US";
|
||||||
var contentregion = "US";
|
var contentregion = "US";
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|
Loading…
Reference in a new issue