merge
This commit is contained in:
commit
0bccc1aed7
1 changed files with 2 additions and 2 deletions
|
|
@ -42,13 +42,13 @@ export const items = [
|
|||
{
|
||||
id: 'letterboxd',
|
||||
regex: markdownLinkRegex('letterboxd.com/zicklepop'),
|
||||
getLatest: async () => getLetterboxdActivity('zicklepop'),
|
||||
getLatest: async () => getLetterboxdActivity('zicklepop', false),
|
||||
},
|
||||
{
|
||||
id: 'trakt',
|
||||
regex: markdownLinkRegex('trakt.tv/users/zicklepop'),
|
||||
getLatest: async () =>
|
||||
getTraktEpisode('zicklepop', 'd0a982626d7793b5cf1857a2128277cc'),
|
||||
getTraktEpisode('zicklepop', 'd0a982626d7793b5cf1857a2128277cc', false),
|
||||
},
|
||||
{
|
||||
id: 'link',
|
||||
|
|
|
|||
Loading…
Reference in a new issue