Add timestamp seeking (#989)

* Add timestamp seeking

* Remove unnecessary else

* handle setSeekToTimestamp reset in player

---------

Co-authored-by: Simon <simobilleter@gmail.com>
This commit is contained in:
Loris Leitner
2025-07-11 12:08:43 +02:00
committed by GitHub
parent fa7643e903
commit 624a5f9bd4
5 changed files with 92 additions and 9 deletions

View File

@@ -989,6 +989,12 @@ video:-webkit-full-screen {
filter: var(--img-filter-error);
}
.timestamp-link {
color: var(--accent-font-light);
cursor: pointer;
font-weight: bold;
}
/* multi search page */
.multi-search-box {
padding-right: 20px;