Skip to content

Commit

Permalink
TVHTML5 is imperative for loading age-restricted video metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Aug 6, 2024
1 parent 3a6e700 commit 5fc73eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ plugins:
WEB:
# Example: Disabling a client's playback capabilities.
playback: false
videoLoading: false # Disables loading of videos for this client. A client may still be used for playback even if this is set to 'false'.
TVHTML5EMBEDDED:
# Example: Configuring a client to exclusively be used for playback.
# Example: Configuring a client to exclusively be used for video loading and playback.
playlistLoading: false # Disables loading of playlists and mixes.
videoLoading: false # Disables loading of videos for this client (does not affect playback).
searching: false # Disables the ability to search for videos.
```
Expand Down

0 comments on commit 5fc73eb

Please sign in to comment.