This commit is contained in:
2026-03-31 22:01:00 -05:00
parent c3e32d4666
commit 2658c72a38
11 changed files with 4426 additions and 2881 deletions

View File

@@ -1644,7 +1644,7 @@
}">
<!-- Added seeked event and preload for caching and smooth seeking -->
<video x-ref="audioPlayer"
:src="currentTrack.url"
:src="currentTrack.url ? '/proxy?url=' + encodeURIComponent(currentTrack.url) : ''"
@timeupdate="onTimeUpdate"
@ended="onEnded"
@loadedmetadata="onMeta"
@@ -1861,6 +1861,8 @@
<!-- ALPINE.JS PLAYER LOGIC -->
<script>
// Add this helper function where your logic resides
function musicPlayer() {
return {
queue: [],

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff