mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:58:24 +01: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 {
|
||||
var mediaproxy = config.media_proxy
|
||||
var contentlang "en-US";
|
||||
|
||||
var contentlang = "en-US";
|
||||
var contentregion = "US";
|
||||
|
||||
const {
|
||||
|
|
Loading…
Reference in a new issue