From ac46838e53e9dd4b5b9853442e58188b6524b236 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 21 Nov 2021 10:13:02 +0100 Subject: [PATCH] test with transcripts --- app/video/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/video/views.py b/app/video/views.py index 81a2b37..a10beff 100644 --- a/app/video/views.py +++ b/app/video/views.py @@ -67,6 +67,7 @@ def film_play(request, slug, id): context['settings'] = settings context['config'] = json.dumps({ 'stream_prefix': get_stream_prefix(request), + 'layer': 'transcripts', 'item': id }) context['pandora_url'] = settings.DEFAULT_PANDORA_API.replace('/api/', '')