mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-05-26 12:32:25 +00:00
Setting to alter recommended videos display
This commit is contained in:
parent
21629de594
commit
739f537bc7
6 changed files with 32 additions and 3 deletions
|
|
@ -20,7 +20,10 @@ block content
|
|||
script(type="module" src=getStaticURL("html", "/static/js/continuous.js"))
|
||||
noscript
|
||||
meta(http-equiv="refresh" content=`${video.lengthSeconds+5};url=/watch?v=${first.videoId}&continuous=1&session-watched=${sessionWatchedNext}`)
|
||||
main.video-page
|
||||
main.video-page(class={
|
||||
"video-page--recommended-below": settings.recommended_mode === 1,
|
||||
"video-page--recommended-hidden": settings.recommended_mode === 2
|
||||
})
|
||||
.main-video-section
|
||||
.video-container
|
||||
- const format = formats[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue