mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-15 16:01:30 +00:00
fix: keep bookmark timestamps in wall-clock time
This commit is contained in:
parent
97c5d6341e
commit
bc0e4d59c0
2 changed files with 45 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<div class="flex items-center px-4 py-4 justify-start relative hover:bg-primary/10" :class="wrapperClass" @click.stop="click" @mouseover="mouseover" @mouseleave="mouseleave">
|
||||
<div class="w-16 max-w-16 text-center">
|
||||
<p class="text-sm font-mono text-gray-400">
|
||||
{{ this.$secondsToTimestamp(bookmark.time / playbackRate) }}
|
||||
{{ this.$secondsToTimestamp(bookmark.time) }}
|
||||
</p>
|
||||
</div>
|
||||
<div class="grow overflow-hidden px-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue