mirror of
https://github.com/Jonny007-MKD/OTR-DecodeAll
synced 2025-01-22 08:49:50 +01:00
small change
This commit is contained in:
parent
ff260fd251
commit
22bad54afe
1 changed files with 4 additions and 4 deletions
|
@ -372,14 +372,14 @@ function funcProcessFiles {
|
||||||
funcGetLabel # Read the label from the database
|
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
|
if [ -z "$label" -a "$label" != "N\\A" ]; then # Empty label and labelDb does exist --> skip
|
||||||
funcLog 1 "No label specified for this movie. Skipping"
|
funcLog 1 "No label specified for this movie. Skipping"
|
||||||
continue;
|
continue;
|
||||||
fi
|
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;
|
status=0;
|
||||||
alrMoved=0;
|
alrMoved=0;
|
||||||
|
|
Loading…
Reference in a new issue