Added working video to kahoot-mode in admin screen

This commit is contained in:
Mawoka
2023-06-09 12:51:30 +02:00
parent 28c072227c
commit c220e3ae18
8 changed files with 200 additions and 190 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
let image_url = '';
const update_image_url = () => {
image_url = `/api/v1/storage/download/${data.questions[selected_question].image}`;
image_url = data.questions[selected_question].image;
console.log('updated!');
};
$: {