diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-18 09:09:05 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-18 09:09:05 +0100 |
commit | d3c0dcbe92ae5847746c8478c6fa0b387343f80c (patch) | |
tree | 78b38e93c73ade1d6f610906c156800868426407 /mpv | |
parent | 371690a811318e60b8317e62cdcd0c6c047aed69 (diff) |
tiny tweak to mpv config - nothing major
Diffstat (limited to 'mpv')
-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 ed4c141..8b26340 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -5,7 +5,7 @@ vo=gpu hwdec=vaapi audio-channels=2 -save-position-on-quit=yes +#save-position-on-quit=yes #ytdl-format=bestvideo[height <= 1080]+bestaudio/best script-opts-append=ytdl_hook-ytdl_path=yt-dlp |