mirror of
https://git.sr.ht/~metalune/simpleweb_peertube
synced 2025-01-03 14:49:13 +01:00
Fix search not working in video.html
This commit is contained in:
parent
e75618e247
commit
f6f392db5a
2
main.py
2
main.py
@ -79,7 +79,7 @@ async def video(domain, id):
|
|||||||
quality = "best"
|
quality = "best"
|
||||||
vid = VideoWrapper(data, quality)
|
vid = VideoWrapper(data, quality)
|
||||||
|
|
||||||
return await render_template("video.html", video=vid, quality=quality, embed=embed)
|
return await render_template("video.html", domain=domain, video=vid, quality=quality, embed=embed)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user