continuing refactor
This commit is contained in:
@@ -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 '')}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user