1
0
Fork 0
mirror of https://github.com/Jonny007-MKD/OTR-DecodeAll synced 2024-05-02 20:54:06 +02:00

small change

This commit is contained in:
Jonny007-MKD 2015-03-28 18:08:22 +01:00
parent ff260fd251
commit 22bad54afe

View file

@ -372,14 +372,14 @@ function funcProcessFiles {
funcGetLabel # Read the label from the database
if [ -n "$labelFilter" ] && [ "$labelFilter" != "$label" ]; then # This label shall not be handled --> skip
funcLog 4 "Label did not match filter. Skipping";
continue;
fi
if [ -z "$label" -a "$label" != "N\\A" ]; then # Empty label and labelDb does exist --> skip
funcLog 1 "No label specified for this movie. Skipping"
continue;
fi
if [ -n "$labelFilter" ] && [ "$labelFilter" != "$label" ]; then # This label shall not be handled --> skip
funcLog 4 "Label did not match filter. Skipping";
continue;
fi
status=0;
alrMoved=0;