Fixed legendastv issue since rarfile upgrade. #1711

pull/1716/head v1.0.3-beta.27
morpheus65535 3 years ago
parent 4fca9e86af
commit 23e2626df9

@ -77,7 +77,7 @@ class LegendasTVProvider(_LegendasTVProvider):
# Provider needs UNRAR installed. If not available raise ConfigurationError
try:
rarfile.custom_check([rarfile.UNRAR_TOOL], True)
rarfile.tool_setup()
except rarfile.RarExecError:
raise ConfigurationError('UNRAR tool not available')

Loading…
Cancel
Save