Closed azlux closed 9 years ago
after check , you don't use this tag anymore, so it's still work if we remove the line
I am sorry but didn't understand the issue, can you please provide more information?
line 59-61 :
<audio controls id="player" class="native-player">
<source src="{{currentSongPath}}" type="audio/mpeg">
</audio>
With the new feature "native player" no JavaScript will change "{{currentSongPath}}" so the browser will try to load a file named "{{currentSongPath}}" (it's give a 404 response)
Fixed the problem when there is a s network downloading of the song and the end event not firing to jump on next song. ( bb7cad0649e621a579c8e319fd2ecab05601cd22 )
There are a error because you try to load
HTTP load failed with status 404 -->https://*****_.**_/%7B%7BcurrentSongPath%7D%7D failed.