continuing refactor
This commit is contained in:
@@ -143,7 +143,7 @@ def _run(result: Any, args: Sequence[str], config: Dict[str, Any]) -> int:
|
||||
|
||||
# If the user piped URL-only playlist selections (no local paths yet), download first.
|
||||
# This keeps the pipeline order intuitive:
|
||||
# @* | merge-file | add-file -store ...
|
||||
# @* | merge-file | add-file -instance ...
|
||||
urls_to_download: List[str] = []
|
||||
for it in files_to_merge:
|
||||
if _resolve_existing_path(it) is not None:
|
||||
|
||||
Reference in New Issue
Block a user