mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-26 23:29:54 +02:00
bf8816f715
* fix(ThumbRenderer): Use audio icon when no ffmpeg When ffmpeg is missing, Popen raises a FileNotFound error. This would be caught as an Unlinked file and use the broken file icon. The exception is now caught and a more appropriate exception is raised in its place. * ruff formatting