Update config.js
This commit is contained in:
parent
96dedf1276
commit
aa6b03b12f
1 changed files with 4 additions and 4 deletions
|
|
@ -41,14 +41,14 @@ export const items = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'letterboxd',
|
id: 'letterboxd',
|
||||||
regex: markdownLinkRegex('letterboxd.com/zicklepop', false),
|
regex: markdownLinkRegex('letterboxd.com/zicklepop'),
|
||||||
getLatest: async () => getLetterboxdActivity('zicklepop'),
|
getLatest: async () => getLetterboxdActivity('zicklepop', false),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'trakt',
|
id: 'trakt',
|
||||||
regex: markdownLinkRegex('trakt.tv/users/zicklepop', false),
|
regex: markdownLinkRegex('trakt.tv/users/zicklepop'),
|
||||||
getLatest: async () =>
|
getLatest: async () =>
|
||||||
getTraktEpisode('zicklepop', 'd0a982626d7793b5cf1857a2128277cc'),
|
getTraktEpisode('zicklepop', 'd0a982626d7793b5cf1857a2128277cc', false),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'link',
|
id: 'link',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue