From 9742aa3f009d4aca618d2319f6f73cff7e391f31 Mon Sep 17 00:00:00 2001 From: Andrew Pirie Date: Sat, 31 Aug 2024 20:52:19 +0100 Subject: mpv: fix config mistake (socket -> server) --- mpv/.config/mpv/redwood.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv/.config/mpv/redwood.conf b/mpv/.config/mpv/redwood.conf index 12ea7d5..3df4f12 100644 --- a/mpv/.config/mpv/redwood.conf +++ b/mpv/.config/mpv/redwood.conf @@ -11,4 +11,4 @@ ytdl-format="(bestvideo[vcodec^=av01][height<=?2160]/bestvideo[ext=webm][height< cache prefetch-playlist -input-ipc-socket=/run/user/1000/mpv.sock +input-ipc-server=/run/user/1000/mpv.sock -- cgit v1.2.3