From 6bd5ee3ca9568cbce0d5873a46b09c2e76f34056 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 29 Nov 2019 20:58:09 +0100 Subject: [PATCH] fix detail videos in new format --- bin/import-game-data.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/import-game-data.php b/bin/import-game-data.php index ae7e24e..75841b6 100755 --- 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, ]; } } -- 2.30.2