summaryrefslogtreecommitdiffstats
path: root/locales/en-US.json
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2024-10-08 17:33:18 +0200
committerSamantaz Fox <coding@samantaz.fr>2024-10-08 17:38:06 +0200
commit82ac9a86094364afaedae92030b51f39e9468ea0 (patch)
tree32dcc1c64aab4365d261670e6537c7cbbc05755d /locales/en-US.json
parent7c79ee7cc224014cad1c30290fdf2ab996632a9e (diff)
parentf247b2f8625c05ca308bb4a83caecc5b27726854 (diff)
downloadinvidious-82ac9a86094364afaedae92030b51f39e9468ea0.tar.gz
invidious-82ac9a86094364afaedae92030b51f39e9468ea0.tar.bz2
invidious-82ac9a86094364afaedae92030b51f39e9468ea0.zip
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
Diffstat (limited to 'locales/en-US.json')
-rw-r--r--locales/en-US.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/locales/en-US.json b/locales/en-US.json
index 3987f796..9aebc8cb 100644
--- a/locales/en-US.json
+++ b/locales/en-US.json
@@ -71,6 +71,7 @@
"Preferences": "Preferences",
"preferences_category_player": "Player preferences",
"preferences_video_loop_label": "Always loop: ",
+ "preferences_preload_label": "Preload video data: ",
"preferences_autoplay_label": "Autoplay: ",
"preferences_continue_label": "Play next by default: ",
"preferences_continue_autoplay_label": "Autoplay next video: ",