From 6b0f5b532985c1e8a36a1bc14cc718538bb6e6a3 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 12 May 2021 20:37:25 +0200 Subject: Added mpv doesn't close when video ends --- config/mpv/mpv.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 config/mpv/mpv.conf (limited to 'config') diff --git a/config/mpv/mpv.conf b/config/mpv/mpv.conf new file mode 100644 index 0000000..1952c58 --- /dev/null +++ b/config/mpv/mpv.conf @@ -0,0 +1 @@ +keep-open=yes -- cgit