wrong url in the oembed html iframe code
Json oEmbed return wrong url for the iFrame code.
html: "<iframe width=\"600\" height=\"150\" scrolling=\"no\" frameborder=\"no\" src=\"/usr/local/www/funkwhale/front/dist/index.htmlembed.html?type=track&id=5310\"></iframe>"
Should be :
html: "<iframe width=\"600\" height=\"150\" scrolling=\"no\" frameborder=\"no\" src=\"https://funkwhale.gegeweb.eu/front/embed.html?type=track&id=5310\"></iframe>"