Skip to content

Commit 5fc73eb

Browse files
committed
TVHTML5 is imperative for loading age-restricted video metadata.
1 parent 3a6e700 commit 5fc73eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ plugins:
137137
WEB:
138138
# Example: Disabling a client's playback capabilities.
139139
playback: false
140+
videoLoading: false # Disables loading of videos for this client. A client may still be used for playback even if this is set to 'false'.
140141
TVHTML5EMBEDDED:
141-
# Example: Configuring a client to exclusively be used for playback.
142+
# Example: Configuring a client to exclusively be used for video loading and playback.
142143
playlistLoading: false # Disables loading of playlists and mixes.
143-
videoLoading: false # Disables loading of videos for this client (does not affect playback).
144144
searching: false # Disables the ability to search for videos.
145145
```
146146

0 commit comments

Comments
 (0)