[web-src] Add seek forward/backward buttons for podcasts/audiobooks

This commit is contained in:
chme
2020-04-17 06:23:28 +02:00
parent 45e7816637
commit bbacf3e406
7 changed files with 127 additions and 127 deletions

View File

@@ -176,7 +176,7 @@ export default {
},
seek: function (newPosition) {
webapi.player_seek(newPosition).catch(() => {
webapi.player_seek_to_pos(newPosition).catch(() => {
this.item_progress_ms = this.state.item_progress_ms
})
},