removed TUI and others

This commit is contained in:
2026-05-14 20:47:20 -07:00
parent 036977832b
commit 717cb13dda
31 changed files with 378 additions and 7790 deletions
+1 -1
View File
@@ -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)