summaryrefslogtreecommitdiffstats
path: root/bin/yout2mp3
diff options
context:
space:
mode:
Diffstat (limited to 'bin/yout2mp3')
-rwxr-xr-xbin/yout2mp32
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/yout2mp3 b/bin/yout2mp3
index 74ed177..72ea234 100755
--- a/bin/yout2mp3
+++ b/bin/yout2mp3
@@ -16,7 +16,7 @@ fi
cd $target_folder
-if file=$(ls | grep "[-]$id\\.ogg\$"); then
+if file=$(ls | grep "[-]$id\\.mp3\$"); then
echo "already done: $file in $target_folder" >&2
exit
fi