diff options
author | tsxv478 <vtr@infraredcombat.xyz> | 2024-07-26 18:30:13 +0300 |
---|---|---|
committer | tsxv478 <vtr@infraredcombat.xyz> | 2024-07-26 18:30:13 +0300 |
commit | c67b8b52c845850a0c736ecedbd5167cb6b49ea7 (patch) | |
tree | 22ae96d61e5ee9486afe1fda7ed47e8fa70e8175 | |
parent | 870db2330ae3871f38a74f5d803df539dcc0da4a (diff) |
Do not close mpv when video ends
-rw-r--r-- | .config/mpv/mpv.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 5de0234..03bc35c 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,3 +1,4 @@ osd-on-seek=msg-bar volume-max=150 ytdl-format=bestvideo[height<=?1080]+bestaudio/best +keep-open=yes |