Skip to content

Commit

Permalink
Fix regex typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HandyRandyx committed Jun 28, 2024
1 parent 11eb36d commit 52a596f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hotCards/hotCards.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 52a596f

Please sign in to comment.