updated getLatest for some.pics to use getRSSItemTitle - duh
This commit is contained in:
parent
1557555f46
commit
7c14805c4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue