updated bandcamp and list parsing
This commit is contained in:
+3
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user