From c53e894b5a9a5f38e14c82845f6981db9888bc57 Mon Sep 17 00:00:00 2001 From: neingeist Date: Tue, 6 Feb 2024 22:40:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20autopyvideothumbnailer:=20thumbn?= =?UTF-8?q?ail=20may=20also=20be=20a=20symlink?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autopyvideothumbnailer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopyvideothumbnailer b/autopyvideothumbnailer index 3c8a30f..00ac17b 100755 --- a/autopyvideothumbnailer +++ b/autopyvideothumbnailer @@ -73,7 +73,7 @@ def process(searchdir): for video_file in video_files: # Skip if .jpg file already exists thumbnails_file = video_file + ".jpg" - if os.path.exists(thumbnails_file): + if os.path.lexists(thumbnails_file): if config.verbose: print(f"Skipping: {video_file} (thumbnails already exist)") continue