mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-19 04:17:29 +08:00
feat: ignore ArtPlayer error
This commit is contained in:
@@ -1261,7 +1261,6 @@ function PlayPageClient() {
|
|||||||
if (artPlayerRef.current.currentTime > 0) {
|
if (artPlayerRef.current.currentTime > 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
setError('视频播放失败');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// 监听视频播放结束事件,自动播放下一集
|
// 监听视频播放结束事件,自动播放下一集
|
||||||
|
|||||||
Reference in New Issue
Block a user