search/play: "get?" in play url provided by search page isn't needed

Issue #34 resolved
Trek Hopton created an issue

The links to the play page provided by the search page contain “get?” eg. “http://localhost:8080/play?get?id=16&ts=1579679112-1579679114&cp=60&out=m3u”

The play page then has to work around the “get?” and really only cares about the query parameters.

I think to simplify things the search page should provide link without the “get?” and it should be added in play’s load function when needed.

Comments (1)

  1. Log in to comment