mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 14:36:34 +00:00
Update full_playlist.sh
This commit is contained in:
parent
a241550748
commit
3f283e5e2e
@ -4,7 +4,7 @@ echo "$1"
|
||||
echo "$2"
|
||||
exit 0
|
||||
|
||||
if [ "$1" -ne "$2" ]
|
||||
if [ 'NA' != "$2" ] && [ "$1" != "$2" ]
|
||||
then
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user