Skip to content

Commit

Permalink
Fix update video time
Browse files Browse the repository at this point in the history
  • Loading branch information
gavingaozhangmin committed Jun 26, 2023
1 parent f949fa4 commit 8ce0acf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layout/PageVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ const getPlayList = async (art: Artplayer, file_id?: string) => {
$current && Artplayer.utils.addClass($current, 'art-list-icon')
},
onSelect: async (item: SettingOption, element: HTMLElement) => {
await art.emit('video:pause')
await updateVideoTime()
await refreshSetting(art, item)
Artplayer.utils.inverseClass(element, 'art-list-icon')
Expand Down

0 comments on commit 8ce0acf

Please sign in to comment.