diff --git a/methods/reddit.js b/methods/reddit.js index 80e4ddb..24114f4 100644 --- a/methods/reddit.js +++ b/methods/reddit.js @@ -8,7 +8,7 @@ function reddit(post) { return Promise.resolve({ album: null, items: [{ - id: post.id, + id: post.host.id || post.id, url: post.url, title: post.title, datetime: post.datetime,