Archived
Fix ani-cli version probe player mode
This commit is contained in:
@@ -239,6 +239,11 @@ def installed_ani_cli_version():
|
||||
[ANI_CLI, "--version"],
|
||||
check=True,
|
||||
capture_output=True,
|
||||
env={
|
||||
**os.environ.copy(),
|
||||
"ANI_CLI_PLAYER": "download",
|
||||
"TERM": os.environ.get("TERM", "xterm-256color"),
|
||||
},
|
||||
text=True,
|
||||
timeout=6,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user