git.cweiske.de
/
stouyapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73656de
)
fix detail videos in new format
author
Christian Weiske
<
[email protected]
>
Fri, 29 Nov 2019 19:58:09 +0000
(20:58 +0100)
committer
Christian Weiske
<
[email protected]
>
Fri, 29 Nov 2019 19:58:09 +0000
(20:58 +0100)
bin/import-game-data.php
patch
|
blob
|
history
diff --git
a/bin/import-game-data.php
b/bin/import-game-data.php
index ae7e24e44a0e4a4f1adf9a13aeaaf11e6d431dc0..75841b66b5be29c20979f7b2a013e39300e72e20 100755
(executable)
--- a/
bin/import-game-data.php
+++ b/
bin/import-game-data.php
@@
-293,9
+293,7
@@
function buildDetails($game)
} else {
$mediaTiles[] = [
'type' => 'video',
- 'urls' => [
- 'full' => $medium->url,
- ],
+ 'url' => $medium->url,
];
}
}