forked from 0x2620/pandora
fixx add movie
This commit is contained in:
parent
47b181d8cf
commit
708e6e5b2c
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ def add(request, data):
|
|||
i.make_poster(True)
|
||||
response = json_response(status=200, text='created')
|
||||
response['data'] = i.get_json()
|
||||
add_changelog(request, data)
|
||||
add_changelog(request, data, i.public_id)
|
||||
return render_to_json_response(response)
|
||||
actions.register(add, cache=False)
|
||||
|
||||
|
|
Loading…
Reference in a new issue