From 5dfaba224be6083056da87a8883dfc59c612badb Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Fri, 18 Aug 2023 20:35:43 +0200 Subject: [PATCH] adding information about the update --- youtube-dl-pseudogui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube-dl-pseudogui.sh b/youtube-dl-pseudogui.sh index 29bb41f..3b7e9a9 100755 --- a/youtube-dl-pseudogui.sh +++ b/youtube-dl-pseudogui.sh @@ -65,5 +65,5 @@ elif [ "$choix" = "3" ];then elif [ "$choix" = "4" ];then return=$($youtubedlbinary --update) - notify-send -t 60000 -i youtube "yt-dlp" "$return" + notify-send -t 60000 -i youtube "yt-dlp" "Mise à jour terminée\n\n$return" fi