Fixed legendastv issue since rarfile upgrade. #1711

This commit is contained in:
morpheus65535 2022-02-06 21:36:04 -05:00
parent 4fca9e86af
commit 23e2626df9
1 changed files with 1 additions and 1 deletions

View File

@ -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')