* Fix: Include the saved customvf setting when checking index file.
authorUrban Wallasch <urban.wallasch@freenet.de>
Wed, 5 May 2021 20:31:33 +0000 (22:31 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Wed, 5 May 2021 20:31:33 +0000 (22:31 +0200)
ffpreview.py

index da533451c8491d6b907794acb7fc34784b6fdd93..9c16aed8d5fc971bf5176975b5c864fae8e7786f 100755 (executable)
@@ -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