From 24aee11c28ae6723926c879f4f0f2edc98852bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 26 Oct 2023 11:59:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20comments(systemd):=20tODO=20comm?= =?UTF-8?q?ent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/bin/downloadMusic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/downloadMusic b/.local/bin/downloadMusic index 5d3f5c81..308dce06 100755 --- a/.local/bin/downloadMusic +++ b/.local/bin/downloadMusic @@ -17,7 +17,7 @@ FOLDERS=( notify-send "Spotdl Sync" "Started syncing..." for folder in "${FOLDERS[@]}"; do - /home/matt/.local/bin/spotdlSync "$folder" + /home/matt/.local/bin/spotdlSync "$folder" # TODO: Change the path to relative without breaking the systemd service done notify-send "Spotdl Sync Complete"