mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-01 07:39:10 +00:00
fix(ui): unlinked videos use correct icon
This commit is contained in:
@@ -995,7 +995,9 @@ class ThumbRenderer(QObject):
|
||||
image = self._source_engine(_filepath)
|
||||
|
||||
# No Rendered Thumbnail ========================================
|
||||
if not image:
|
||||
if not _filepath.exists():
|
||||
raise FileNotFoundError
|
||||
elif not image:
|
||||
raise UnidentifiedImageError
|
||||
|
||||
orig_x, orig_y = image.size
|
||||
|
||||
Reference in New Issue
Block a user