We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9858ad1 commit 08ec977Copy full SHA for 08ec977
src/tagstudio/qt/modals/ffmpeg_checker.py
@@ -45,7 +45,6 @@ def installed(self):
45
if which(FFPROBE_CMD):
46
self.ffprobe = True
47
48
- logger.info("FFmpeg found: {self.ffmpeg}, FFprobe found: {self.ffprobe}")
49
return self.ffmpeg and self.ffprobe
50
51
def version(self):
0 commit comments