Update processJsonPost.js to include gallery image captions
This commit is contained in:
parent
1759724268
commit
fc56f0a833
|
@ -278,6 +278,7 @@ async function processJsonPost(json, parsed, user_preferences) {
|
||||||
post.media_metadata[id].p.length - 1
|
post.media_metadata[id].p.length - 1
|
||||||
].u
|
].u
|
||||||
),
|
),
|
||||||
|
caption: post.gallery_data.items[i].caption || false,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
obj.gallery_items.push(item);
|
obj.gallery_items.push(item);
|
||||||
|
|
Loading…
Reference in New Issue