From 8a834b07914b97f1c43909e48baecdc83a680633 Mon Sep 17 00:00:00 2001 From: Quad Date: Wed, 30 Sep 2020 23:42:29 +0200 Subject: [PATCH] Removing status line should make it possible to check song history with journalctl without too much crap in the logs --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index a72ae95..1dcf19e 100755 --- a/run.sh +++ b/run.sh @@ -3,5 +3,5 @@ while true; do sleep 1 git pull - mpv --shuffle --ytdl-format="bestaudio" --playlist=playlist.txt + mpv --shuffle --ytdl-format="bestaudio" --playlist=playlist.txt --term-status-msg="" done