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:
parent
422fa5bb4c
commit
86c830b655
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue