mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +01:00
this is definitely one of the commits ever
This commit is contained in:
parent
0cfa1e9780
commit
b94471343e
1 changed files with 2 additions and 2 deletions
|
@ -133,11 +133,11 @@ async function video(v) {
|
||||||
.then((xml) => getJson(toJson(xml)))
|
.then((xml) => getJson(toJson(xml)))
|
||||||
.catch(" ")
|
.catch(" ")
|
||||||
|
|
||||||
|
|
||||||
// Store result in cache
|
// Store result in cache
|
||||||
cache[v] = {
|
cache[v] = {
|
||||||
result: {
|
result: {
|
||||||
json: data.video.Player,
|
json: data?.video?.Player,
|
||||||
video,
|
video,
|
||||||
vid,
|
vid,
|
||||||
comments,
|
comments,
|
||||||
|
|
Loading…
Reference in a new issue