diff --git a/plugins/hotCards/hotCards.js b/plugins/hotCards/hotCards.js index 61e6a271..9f4d6a8c 100644 --- a/plugins/hotCards/hotCards.js +++ b/plugins/hotCards/hotCards.js @@ -158,7 +158,7 @@ */ function handleScenesHotCards() { const pattern = - /^\/(scenes|(performers|studios|tags|movies)\/\d+\/scenes|(movies|galleries)\/\d+)$)/; + /^\/(scenes|(performers|studios|tags|movies)\/\d+\/scenes|(movies|galleries)\/\d+)$/; addHotCards(pattern, CARDS.scene); }