Remove dead code

Was supposed to become a api endpoint, but was merged into api.time_set in an earlier commit
This commit is contained in:
Peder Bergebakken Sundt 2018-03-04 15:27:09 +01:00
parent 422fa5bb4c
commit 86c830b655
1 changed files with 0 additions and 7 deletions

View File

@ -121,13 +121,6 @@ async def time_set(request, mpv_control):
raise APIError("No query parameter \"pos\" or \"percent\"provided") raise APIError("No query parameter \"pos\" or \"percent\"provided")
return locals() return locals()
#@bp.get("/something")
@doc.summary("")
@response_json
async def noe(request, mpv_control):
value = await mpv_control.seek_percent(percent)
return locals()
@bp.get("/playlist") @bp.get("/playlist")
@doc.summary("Get the current playlist") @doc.summary("Get the current playlist")
@response_json @response_json