mirror of
https://github.com/Jonny007-MKD/OTR-SaneRename
synced 2025-03-10 16:07:09 +01:00
Don't log successes
This commit is contained in:
parent
fc032ff005
commit
f657e2837e
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ function doIt {
|
||||||
|
|
||||||
if [ -n "$episode_info" ] && [ -n "$series_title" ]; then
|
if [ -n "$episode_info" ] && [ -n "$series_title" ]; then
|
||||||
funcMakeFilename
|
funcMakeFilename
|
||||||
logNexit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue