Initial discovery page

This commit is contained in:
Aleksi Lassila
2023-06-20 17:39:39 +03:00
parent acefd62781
commit 4cc2b9c399
26 changed files with 491 additions and 63 deletions

View File

@@ -35,6 +35,8 @@
hls.loadSource(JELLYFIN_BASE_URL + info);
hls.attachMedia(video);
video.play();
video.requestFullscreen();
});
function handleClose() {