fix: tag
This commit is contained in:
parent
d6e810189c
commit
65316aa465
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
tagLookup: (url, tagMap) => {
|
tagLookup: (url, tagMap) => {
|
||||||
if (!url) return
|
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'
|
if (url.includes('trakt.tv')) return '#Movies #Watching #Trakt'
|
||||||
return tagMap[url] || ''
|
return tagMap[url] || ''
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue