mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
fix stuff hehehe
This commit is contained in:
parent
6d111fcfa9
commit
c1f814147b
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ async function video(v) {
|
|||
// Store result in cache
|
||||
cache[v] = {
|
||||
result: {
|
||||
json: data?.video?.Player,
|
||||
json: data.video.Player,
|
||||
video,
|
||||
vid,
|
||||
comments,
|
||||
|
|
Loading…
Reference in a new issue