revert `available` patch

pull/2475/head
bashonly 4 weeks ago committed by GitHub
parent ba45b57c0b
commit 3f29f068ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -206,7 +206,7 @@ class FFmpegPostProcessor(PostProcessor):
@property
def available(self):
return self._ffmpeg_location.get() or self.basename is not None
return self.basename is not None
@property
def executable(self):

Loading…
Cancel
Save