1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-03-02 02:31:35 +00:00

Setting to alter recommended videos display

This commit is contained in:
Cadence Ember 2021-08-16 22:37:12 +12:00
parent 21629de594
commit 739f537bc7
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
6 changed files with 32 additions and 3 deletions

View file

@ -181,7 +181,7 @@ module.exports = [
return render(200, "pug/video.pug", {
url, video, formats, subscribed, instanceOrigin, mediaFragment, autoplay, continuous,
sessionWatched, sessionWatchedNext
sessionWatched, sessionWatchedNext, settings
})
} catch (error) {