Removing status line should make it possible to check song history with journalctl without too much crap in the logs

This commit is contained in:
Quad 2020-09-30 23:42:29 +02:00
parent a6c7e97a59
commit 8a834b0791
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -3,5 +3,5 @@
while true; do while true; do
sleep 1 sleep 1
git pull git pull
mpv --shuffle --ytdl-format="bestaudio" --playlist=playlist.txt mpv --shuffle --ytdl-format="bestaudio" --playlist=playlist.txt --term-status-msg=""
done done