mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
add media_proxy :3
This commit is contained in:
parent
09535024a0
commit
5395e2631d
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
IsOldWindows,
|
||||
tab,
|
||||
continuation,
|
||||
media_proxy_url: config.media_proxy,
|
||||
results: "",
|
||||
q: query,
|
||||
summary: "",
|
||||
|
@ -314,6 +315,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
cinv,
|
||||
convert,
|
||||
turntomins,
|
||||
media_proxy_url: config.media_proxy,
|
||||
dnoreplace,
|
||||
continuation,
|
||||
wiki: "",
|
||||
|
|
Loading…
Reference in a new issue