mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Merge branch 'patch-1' into branch-2
This commit is contained in:
commit
8bb518cb0a
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,10 @@
|
||||||
<span v-if="video.chapters.length > 1" class="mt-2 text-sm -mb-2">
|
<span v-if="video.chapters.length > 1" class="mt-2 text-sm -mb-2">
|
||||||
{{ video.chapters.findLast(chapter => chapter.start < currentTime)?.title }}
|
{{ video.chapters.findLast(chapter => chapter.start < currentTime)?.title }}
|
||||||
</span>
|
</span>
|
||||||
<span class="mt-2 w-min rounded-xl bg-dark-700 px-2 pb-1 pt-1.5 text-sm" v-text="timeFormat(currentTime)" />
|
<span
|
||||||
|
class="mt-2 w-min rounded-xl bg-white px-2 pb-1 pt-1.5 text-sm dark:bg-dark-700"
|
||||||
|
v-text="timeFormat(currentTime)"
|
||||||
|
/>
|
||||||
</span>
|
</span>
|
||||||
<button
|
<button
|
||||||
v-if="inSegment"
|
v-if="inSegment"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue