test with transcripts
This commit is contained in:
parent
bc7e0c94ed
commit
ac46838e53
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ def film_play(request, slug, id):
|
||||||
context['settings'] = settings
|
context['settings'] = settings
|
||||||
context['config'] = json.dumps({
|
context['config'] = json.dumps({
|
||||||
'stream_prefix': get_stream_prefix(request),
|
'stream_prefix': get_stream_prefix(request),
|
||||||
|
'layer': 'transcripts',
|
||||||
'item': id
|
'item': id
|
||||||
})
|
})
|
||||||
context['pandora_url'] = settings.DEFAULT_PANDORA_API.replace('/api/', '')
|
context['pandora_url'] = settings.DEFAULT_PANDORA_API.replace('/api/', '')
|
||||||
|
|
Loading…
Reference in a new issue