From 3f283e5e2ea80dcd8e367e41aeec8f81343b7861 Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 30 Mar 2025 04:50:06 -0400 Subject: [PATCH] Update full_playlist.sh --- tubesync/full_playlist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/full_playlist.sh b/tubesync/full_playlist.sh index 8a9b2139..e758106a 100644 --- a/tubesync/full_playlist.sh +++ b/tubesync/full_playlist.sh @@ -4,7 +4,7 @@ echo "$1" echo "$2" exit 0 -if [ "$1" -ne "$2" ] +if [ 'NA' != "$2" ] && [ "$1" != "$2" ] then exit 1 fi