From: Urban Wallasch Date: Wed, 5 May 2021 20:31:33 +0000 (+0200) Subject: * Fix: Include the saved customvf setting when checking index file. X-Git-Tag: v0.1~5 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=a3831aa3a14967cfbd830bfc0fbabfc32163f316;p=ffpreview.git * Fix: Include the saved customvf setting when checking index file. --- diff --git a/ffpreview.py b/ffpreview.py index da53345..9c16aed 100755 --- a/ffpreview.py +++ b/ffpreview.py @@ -260,6 +260,8 @@ def chk_idxfile(): return False if chk['scene_thresh'] != thinfo['scene_thresh']: return False + if chk['customvf'] != thinfo['customvf']: + return False # do something with date? thinfo = chk return True