diff --git a/src/renderer/components/ListItem.vue b/src/renderer/components/ListItem.vue index 9e02ae6..0f8c9c8 100644 --- a/src/renderer/components/ListItem.vue +++ b/src/renderer/components/ListItem.vue @@ -50,6 +50,6 @@ li width: 4rem height: 4rem margin-right: .6rem - border-radius: 6px + border-radius: 10rem diff --git a/src/renderer/layouts/PlayerBar.vue b/src/renderer/layouts/PlayerBar.vue index e56b64c..0d83745 100644 --- a/src/renderer/layouts/PlayerBar.vue +++ b/src/renderer/layouts/PlayerBar.vue @@ -72,6 +72,10 @@ export default { progressWave.style.width = currentWidth }) this.wavesurfer.on('seek', (amount) => { + if (!this.playingStatus) { + this.wavesurfer.updateProgress() + console.log('wtf') + } isSeek = true }) },