mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 23:15:55 +03:00
[GH-ISSUE #22] 播放问题 #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Waynenet on GitHub (Apr 20, 2023).
Original GitHub issue: https://github.com/imsyy/SPlayer/issues/22
当列表中只有一首歌时。播放完后不能反复播放,也不能实现拖动进度条播放。
@imsyy commented on GitHub (Apr 21, 2023):
已修复
@SiberiaBar2 commented on GitHub (Apr 23, 2023):
楼主想请教下,我在使用audio标签并利用ref调用play、pause方法时有时会遇到没有播放源这样的错误,请问你是怎么处理的?
@imsyy commented on GitHub (Apr 23, 2023):
估计是你audio标签的src地址过期了,可以在audio的error事件里重新获取播放地址并赋值给播放器就行了