From f0693a48f176c01dd7b22ca4aa2aca0299146b30 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 8 Jul 2023 11:41:56 +0200 Subject: Youtube: fix livestream not working (filtered out by yt-dlp) --- example-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example-config.json') 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", -- cgit v1.2.3