forked from 0x2620/pandora
remove unused api encodingProfile
This commit is contained in:
parent
8e40f95f0d
commit
5e09aa2b7c
1 changed files with 0 additions and 9 deletions
|
@ -112,15 +112,6 @@ def update(request):
|
|||
actions.register(update, cache=False)
|
||||
|
||||
|
||||
@login_required_json
|
||||
def encodingProfile(request):
|
||||
config = settings.CONFIG['video']
|
||||
profile = "%sp.%s" % (config['resolutions'][0], config['formats'][0])
|
||||
response = json_response({'profile': profile})
|
||||
return render_to_json_response(response)
|
||||
actions.register(encodingProfile)
|
||||
|
||||
|
||||
@login_required_json
|
||||
def upload(request):
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue