Update processJsonPost.js to include gallery image captions

This commit is contained in:
redmt
2022-06-11 20:55:14 +02:00
parent 1759724268
commit fc56f0a833

View File

@@ -278,6 +278,7 @@ async function processJsonPost(json, parsed, user_preferences) {
post.media_metadata[id].p.length - 1
].u
),
caption: post.gallery_data.items[i].caption || false,
};
}
obj.gallery_items.push(item);