Added playlist index to output variable templates
This commit is contained in:
parent
285368e60b
commit
48b4699b63
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ defmodule Pinchflat.Downloading.DownloadOptionBuilder do
|
|||
"source_collection_id" => source.collection_id,
|
||||
"source_collection_name" => source.collection_name,
|
||||
"source_collection_type" => to_string(source.collection_type),
|
||||
"media_playlist_index" => to_string(media_item_with_preloads.playlist_index),
|
||||
"media_upload_date_index" =>
|
||||
media_item_with_preloads.upload_date_index
|
||||
|> to_string()
|
||||
|
|
|
|||
Loading…
Reference in a new issue