diff options
author | cel 🌸 <cel@blos.sm> | 2024-07-17 10:04:13 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-07-17 10:04:13 +0100 |
commit | 2476ed8bd64ea7335b6baf44ec1adbeb5169069c (patch) | |
tree | c926bca429ddb8605cc307df84237b188d24d393 /templates/load-webtorrent.html | |
parent | fb76f6581f199504e66125dad3f5ca5a7d4c7db6 (diff) | |
download | infoculture.pub-2476ed8bd64ea7335b6baf44ec1adbeb5169069c.tar.gz infoculture.pub-2476ed8bd64ea7335b6baf44ec1adbeb5169069c.tar.bz2 infoculture.pub-2476ed8bd64ea7335b6baf44ec1adbeb5169069c.zip |
genericise video player
Diffstat (limited to 'templates/load-webtorrent.html')
-rw-r--r-- | templates/load-webtorrent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/load-webtorrent.html b/templates/load-webtorrent.html index 0d7347f..f63aa41 100644 --- a/templates/load-webtorrent.html +++ b/templates/load-webtorrent.html @@ -6,4 +6,4 @@ navigator.serviceWorker.register('/sw.min.js'); const controller = await navigator.serviceWorker.ready; window.torrentClient.createServer({controller}); -</script> +</script>
\ No newline at end of file |