updated getLatest for some.pics to use getRSSItemTitle - duh

This commit is contained in:
dylan 2025-12-25 18:16:11 +00:00
parent 1557555f46
commit 7c14805c4f

View file

@ -20,7 +20,7 @@ export const items = [
id: 'pics', id: 'pics',
regex: htmlLinkRegex('dylan.some.pics'), regex: htmlLinkRegex('dylan.some.pics'),
getLatest: async () => getLatest: async () =>
getJsonFeedItemTitle('https://dylan.some.pics/rss'), getRSSItemTitle('https://dylan.some.pics/rss'),
}, },
{ {
id: 'letterboxd', id: 'letterboxd',