forked from 0x2620/pandora
typo
This commit is contained in:
parent
e68aa08269
commit
c5b74c6f77
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ def api_info(request):
|
||||||
response = json_response({})
|
response = json_response({})
|
||||||
itemId = json.loads(request.POST['data'])
|
itemId = json.loads(request.POST['data'])
|
||||||
item = get_object_or_404_json(models.Movie, movieId=itemId)
|
item = get_object_or_404_json(models.Movie, movieId=itemId)
|
||||||
response['data'] = {'info': movie.get_stream())}
|
response['data'] = {'info': movie.get_stream()}
|
||||||
return render_to_json_response(response)
|
return render_to_json_response(response)
|
||||||
|
|
||||||
def api_subtitles(request):
|
def api_subtitles(request):
|
||||||
|
|
Loading…
Reference in a new issue