updated bandcamp and list parsing

This commit is contained in:
2026-04-13 14:28:38 -07:00
parent 01f5e35b61
commit 97e310be70
5 changed files with 182 additions and 14 deletions
+3 -1
View File
@@ -1920,11 +1920,13 @@ def create_pipe_object_result(
Returns:
Dict with all PipeObject fields for emission
"""
store_override = extra.pop("store", None)
result = build_file_result_payload(
title=title,
path=file_path,
hash_value=hash_value,
store=source,
store=store_override if store_override is not None else source,
tag=tag,
source=source,
id=identifier,