Added more custom source attributes to output template (#172)

This commit is contained in:
Kieran
2024-04-09 18:24:07 -07:00
committed by GitHub
parent 318d6a7594
commit b0c2a33644
2 changed files with 5 additions and 0 deletions
@@ -144,6 +144,8 @@ defmodule Pinchflat.Downloading.DownloadOptionBuilder do
defp output_options_map(source) do
%{
"source_custom_name" => source.custom_name,
"source_collection_id" => source.collection_id,
"source_collection_name" => source.collection_name,
"source_collection_type" => source.collection_type
}
end