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