updated trakt-movie to include correct ID for fetching data

This commit is contained in:
dylan 2025-12-25 22:53:41 +00:00
parent b6f290af6b
commit 7656f7f501

View file

@ -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),
}, },
] ]