We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0f189 commit 48b77ddCopy full SHA for 48b77dd
1 file changed
src/thumbnailer_server.lua
@@ -11,6 +11,8 @@ function create_thumbnail_mpv(file_path, timestamp, size, output_path)
11
12
local mpv_command = skip_nil({
13
"mpv",
14
+ -- Hide console output
15
+ "--msg-level=all=no",
16
file_path,
17
18
-- Disable ytdl
0 commit comments