updates
This commit is contained in:
@@ -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
1458
animex/view.html
1458
animex/view.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user