We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6e700 commit 5fc73ebCopy full SHA for 5fc73eb
README.md
@@ -137,10 +137,10 @@ plugins:
137
WEB:
138
# Example: Disabling a client's playback capabilities.
139
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'.
141
TVHTML5EMBEDDED:
- # Example: Configuring a client to exclusively be used for playback.
142
+ # Example: Configuring a client to exclusively be used for video loading and playback.
143
playlistLoading: false # Disables loading of playlists and mixes.
- videoLoading: false # Disables loading of videos for this client (does not affect playback).
144
searching: false # Disables the ability to search for videos.
145
```
146
0 commit comments