This commit is contained in:
Markos Gogoulos
2025-09-17 12:16:56 +03:00
committed by Yiannis Christodoulou
parent 32f61cf566
commit e34bd55e7a
6 changed files with 12 additions and 36 deletions
+3 -1
View File
@@ -16,8 +16,10 @@
mediaId: "{{ media_object.friendly_token }}",
redirectURL: "{{ media_object.get_absolute_url }}",
redirectUserMediaURL: "{{ media_object.user.get_absolute_url }}",
chapters: "{{ chapters }}",
chapters: {{ chapters|safe }},
};
console.log(window.MEDIA_DATA.chapters)
</script>
{%endblock topimports %}