dfd
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled

This commit is contained in:
2025-12-27 21:24:27 -08:00
parent fcdd507d00
commit 8288ea8c66
16 changed files with 530 additions and 339 deletions

View File

@@ -703,7 +703,7 @@ class Add_File(Cmdlet):
continue
# No destination specified: keep legacy behavior (download-media only).
code = self._delegate_to_download_data(item, url_str, location, provider_name, args, config)
code = self._delegate_to_download_media(item, url_str, location, provider_name, args, config)
if code == 0:
successes += 1
else:
@@ -1509,7 +1509,7 @@ class Add_File(Cmdlet):
pass
return None
def _delegate_to_download_data(
def _delegate_to_download_media(
self,
result: Any,
url_str: str,