f
This commit is contained in:
@@ -518,7 +518,7 @@ def _run_op(op: str, data: Any) -> Dict[str, Any]:
|
||||
size = _format_bytes(fmt.get("filesize") or fmt.get("filesize_approx"))
|
||||
|
||||
# Build selection args compatible with MPV Lua picker.
|
||||
selection_args = ["-format", format_id]
|
||||
selection_args = ["-query", f"format:{format_id}"]
|
||||
|
||||
rows.append(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user