diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-16 20:16:13 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-16 20:16:19 +0100 |
commit | aa605705cd1872dd8319e6336440db485b66d9e4 (patch) | |
tree | 9c89473826908e0c61a16adf3af44afc6aa37bd8 /mpv/mpv.conf | |
parent | 0f56054e8f1baf2920bf8ce0b3bbb7b46eb1d4c9 (diff) |
uncontrolled update - removes xi and xq fish funcs
Diffstat (limited to '')
-rw-r--r-- | mpv/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index e2e323d..a240759 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -10,4 +10,4 @@ audio-channels=2 save-position-on-quit=yes #ytdl-format=bestvideo[height <= 1080]+bestaudio/best ytdl-format="bestvideo[height<=?1080]+bestaudio/best" -script-opts-append=ytdl_hook-ytdl_path=/home/lemon/src/virtualenvs/yt-dlp/bin/yt-dlp +script-opts-append=ytdl_hook-ytdl_path=/usr/bin/yt-dlp |