removed TUI and others
This commit is contained in:
@@ -477,7 +477,7 @@ class MPV:
|
||||
pipeline += f" | file -add -plugin local -instance {_q(path or '')}"
|
||||
|
||||
try:
|
||||
from TUI.pipeline_runner import PipelineRunner # noqa: WPS433
|
||||
from SYS.pipeline_runner import PipelineRunner # noqa: WPS433
|
||||
|
||||
runner = PipelineRunner()
|
||||
result = runner.run_pipeline(pipeline)
|
||||
|
||||
Reference in New Issue
Block a user