mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:38:26 +01:00
fixu video playback lel
This commit is contained in:
parent
0339cd5427
commit
f65de9660f
1 changed files with 2 additions and 1 deletions
|
@ -282,7 +282,7 @@ core.video(v).then((data) => {
|
||||||
const isMobile = req.useragent.isMobile;
|
const isMobile = req.useragent.isMobile;
|
||||||
const wiki = data.wiki;
|
const wiki = data.wiki;
|
||||||
const { channel: tj } = data;
|
const { channel: tj } = data;
|
||||||
|
const u = await media_proxy(v);
|
||||||
const d = desc.toString().replace(/\n/g, " <br> ");
|
const d = desc.toString().replace(/\n/g, " <br> ");
|
||||||
const comments = inv_comments || "Disabled";
|
const comments = inv_comments || "Disabled";
|
||||||
|
|
||||||
|
@ -290,6 +290,7 @@ core.video(v).then((data) => {
|
||||||
color,
|
color,
|
||||||
color2,
|
color2,
|
||||||
engagement,
|
engagement,
|
||||||
|
u,
|
||||||
video: json,
|
video: json,
|
||||||
date: k.Video.uploadDate,
|
date: k.Video.uploadDate,
|
||||||
e,
|
e,
|
||||||
|
|
Loading…
Reference in a new issue