this is definitely one of the commits ever

This commit is contained in:
Ashley 2023-03-11 13:41:12 +00:00
parent 794ba0853c
commit 5d41cbef2a

View file

@ -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,