Update full_playlist.sh

This commit is contained in:
tcely 2025-03-30 04:50:06 -04:00 committed by GitHub
parent a241550748
commit 3f283e5e2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ echo "$1"
echo "$2"
exit 0
if [ "$1" -ne "$2" ]
if [ 'NA' != "$2" ] && [ "$1" != "$2" ]
then
exit 1
fi