Skip to content

Commit 270c03b

Browse files
author
Taois
committed
feat: 移除重复的连播提示
1 parent 2fc3727 commit 270c03b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dashboard/src/components/players/ArtVideoPlayer.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,8 @@ const playNextEpisode = () => {
579579
// 通知父组件切换到下一集
580580
emit('next-episode', props.currentEpisodeIndex + 1)
581581
582-
Message.success(`开始播放: ${nextEpisode.name}`)
582+
// 移除重复的播放提示,由父组件VideoDetail统一处理
583+
// Message.success(`开始播放: ${nextEpisode.name}`)
583584
}
584585
585586
// 切换自动下一集开关

0 commit comments

Comments
 (0)