revert available patch

This commit is contained in:
bashonly 2024-11-26 04:00:09 +00:00 committed by GitHub
parent ba45b57c0b
commit 3f29f068ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -206,7 +206,7 @@ def _probe_version(self):
@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):