aboutsummaryrefslogtreecommitdiff
path: root/example-config.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-08 11:41:56 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-08 11:41:56 +0200
commitf0693a48f176c01dd7b22ca4aa2aca0299146b30 (patch)
tree67d2af68a63a3c0b822bbdd0ded4caad3cb8d947 /example-config.json
parent962d4aef43a8b2db1531b4a687766783f88e84ed (diff)
Youtube: fix livestream not working (filtered out by yt-dlp)
Diffstat (limited to 'example-config.json')
-rw-r--r--example-config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-config.json b/example-config.json
index 1ab1718..ece1aa8 100644
--- a/example-config.json
+++ b/example-config.json
@@ -119,7 +119,7 @@
// Use system (~/.config/mpv) mpv.conf instead of the one provided by QuickMedia
"use_system_mpv_config": false,
// Enable shaders. Only set to false if you have a very slow computer or dont care about graphical effects
- // such as rounded corners. Rounded corners can also be disabled with the theme "rounded_rectangles" option
+ // such as rounded corners. Rounded corners can also be disabled with the theme option "rounded_rectangles"
"enable_shaders": true,
// The theme to use. This should match the name of a file in either /usr/share/quickmedia/themes or ~/.config/quickmedia/themes, except without the .json at the end of the filename
"theme": "default",