updated trakt-movie to include correct ID for fetching data
This commit is contained in:
parent
b6f290af6b
commit
7656f7f501
1 changed files with 1 additions and 1 deletions
|
|
@ -55,6 +55,6 @@ export const items = [
|
||||||
id: 'trakt-movie',
|
id: 'trakt-movie',
|
||||||
regex: htmlLinkRegex('trakt.tv/users/crankle'),
|
regex: htmlLinkRegex('trakt.tv/users/crankle'),
|
||||||
getLatest: async () =>
|
getLatest: async () =>
|
||||||
getTraktMovie('crankle', false),
|
getTraktMovie('crankle', '78e1e87b446901f7e4f0883dd4995cec', false),
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue