From f7ec066f8e6d22bdcec83718e797dcded0c6f792 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 22 Oct 2023 11:59:02 +0000 Subject: [PATCH] add init lol --- css/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/app.js b/css/app.js index 85e0040..d003ad1 100644 --- a/css/app.js +++ b/css/app.js @@ -1,5 +1,6 @@ // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later +function init(){ // Retrieve volume from local storage or set to max if not available const initialVolume = localStorage.getItem('playerVolume') || 1; const video = document.getElementById('video'); @@ -236,5 +237,5 @@ fetchUrls(urls); return 2; } } - +} // @license-end \ No newline at end of file