Skip to content

Commit

Permalink
fix: vplayer's playing file doesnot match the selected file
Browse files Browse the repository at this point in the history
  • Loading branch information
imzlh committed Oct 3, 2024
1 parent 9b7b463 commit 3b495e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/opener/vplayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@
if (CONFIG.video.includes(info.ext.toLowerCase())) {
if (item.name == file.name)
id = i;
i ++;
// 转换
(item as videoOption).vid_name = info.name;
CFG.playlist.push(item as videoOption);
Expand Down

0 comments on commit 3b495e1

Please sign in to comment.