diff --git a/config/filters.js b/config/filters.js index 8da59b6e..e180f50f 100644 --- a/config/filters.js +++ b/config/filters.js @@ -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] || '' },