mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:18: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 wiki = data.wiki;
|
||||
const { channel: tj } = data;
|
||||
|
||||
const u = await media_proxy(v);
|
||||
const d = desc.toString().replace(/\n/g, " <br> ");
|
||||
const comments = inv_comments || "Disabled";
|
||||
|
||||
|
@ -290,6 +290,7 @@ core.video(v).then((data) => {
|
|||
color,
|
||||
color2,
|
||||
engagement,
|
||||
u,
|
||||
video: json,
|
||||
date: k.Video.uploadDate,
|
||||
e,
|
||||
|
|
Loading…
Reference in a new issue