mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-27 01:51:24 +00:00
update
This commit is contained in:
@@ -113,8 +113,8 @@ class ExternalJSI(JSI, abc.ABC):
|
||||
return cls._EXE_NAME if cls.version else None
|
||||
|
||||
@classproperty
|
||||
def is_available(self):
|
||||
return bool(self.exe)
|
||||
def is_available(cls):
|
||||
return bool(cls.exe)
|
||||
|
||||
|
||||
@register_jsi
|
||||
|
||||
Reference in New Issue
Block a user