update local and mpv plugins, add file cmdlet, update docs
This commit is contained in:
@@ -474,7 +474,7 @@ class MPV:
|
||||
if store:
|
||||
pipeline += f" | file -add -instance {_q(store)}"
|
||||
else:
|
||||
pipeline += f" | file -add -path {_q(path or '')}"
|
||||
pipeline += f" | file -add -plugin local -instance {_q(path or '')}"
|
||||
|
||||
try:
|
||||
from TUI.pipeline_runner import PipelineRunner # noqa: WPS433
|
||||
|
||||
Reference in New Issue
Block a user