From 22bad54afef90a5e21059e43e735ab3c22e4961b Mon Sep 17 00:00:00 2001 From: Jonny007-MKD Date: Sat, 28 Mar 2015 18:08:22 +0100 Subject: [PATCH] small change --- otrDecodeAll | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/otrDecodeAll b/otrDecodeAll index bf3b665..57cedff 100755 --- a/otrDecodeAll +++ b/otrDecodeAll @@ -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;