nadeko_invidious/src/invidious/user
Samantaz Fox 82ac9a8609
Preferences: Add option to control preloading of video data (#4122)
This PR adds a configuration option to control the preloading of video data on
page load with the HTML5 'preload'[1] attribute on the `<video>` element.

The option is enabled by default, meaning that the `preload` attribute's value
will be 'auto'. If users want to prevent preloading of video data, they
can disable the option, which will set the attribute value to 'none'.

[1](https://www.w3schools.com/tags/att_video_preload.asp)

Closes issue 4110
2024-10-08 17:38:06 +02:00
..
captcha.cr Move user captcha code to its own module 2022-02-07 17:15:22 +01:00
converters.cr move theme converter function to a separate file 2021-10-11 18:33:36 +02:00
cookies.cr Set cookies to Lax 2022-08-06 19:01:57 +02:00
exports.cr Use CONFIG.playlist_length_limit when exporting playlists 2023-02-05 15:49:56 -05:00
imports.cr Ameba: Fix Lint/ShadowingOuterLocalVar 2024-08-21 02:43:26 -07:00
preferences.cr Add option to control preloading of video data 2023-09-26 22:21:12 +02:00
user.cr Move user struct to own file, under Invidious namespace 2022-02-07 17:15:22 +01:00