diff --git a/lib/v2/sony/downloads.js b/lib/v2/sony/downloads.js index b79c96d13..9f470fcce 100644 --- a/lib/v2/sony/downloads.js +++ b/lib/v2/sony/downloads.js @@ -40,6 +40,7 @@ module.exports = async (ctx) => { description: `Sony - ${productId.toUpperCase()}`, item: list.map((item) => ({ title: item.title, + guid: item.title + ' - ' + item.url, link: item.url, pubDate: item.pubDate, })),