This commit is contained in:
Cory Dransfeldt 2023-11-08 19:52:21 -08:00
parent d6e810189c
commit 65316aa465

View file

@ -44,7 +44,7 @@ module.exports = {
},
tagLookup: (url, tagMap) => {
if (!url) return
if (url.includes('thestorygraph.com')) return '#Books #NowReading #StoryGraph'
if (url.includes('thestorygraph.com')) return '#Books #NowReading #TheStoryGraph'
if (url.includes('trakt.tv')) return '#Movies #Watching #Trakt'
return tagMap[url] || ''
},