diff --git a/css/app.js b/css/app.js index d003ad1..b8e7978 100644 --- a/css/app.js +++ b/css/app.js @@ -1,6 +1,5 @@ // @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'); @@ -237,5 +236,4 @@ fetchUrls(urls); return 2; } } -} // @license-end \ No newline at end of file