continuing refactor

This commit is contained in:
2026-05-03 21:20:05 -07:00
parent 77cab1bd27
commit 5534812426
50 changed files with 1004 additions and 428 deletions
+1 -1
View File
@@ -472,7 +472,7 @@ class MPV:
pipeline = f"download-file -url {_q(url)} -query {_q(f'format:{fmt}')}"
if store:
pipeline += f" | add-file -store {_q(store)}"
pipeline += f" | add-file -instance {_q(store)}"
else:
pipeline += f" | add-file -path {_q(path or '')}"