Skip to content

Commit

Permalink
修复bug播放时收藏bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fengT-T committed Jan 12, 2019
1 parent e4794af commit 9ad5f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/SongList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default {
/**
* 如果是播放当前路由的列表的的话,那就监视变化,变化了就给他替换为最新的列表
*/
musicList (value) {
'this.musicList' (value) {
return this.isPlayList && this.$store.commit('setPlayerState', {
playList: JSON.parse(JSON.stringify(this.musicList))
})
Expand Down

0 comments on commit 9ad5f5d

Please sign in to comment.