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