Skip to content

Commit

Permalink
Merge pull request #350 from HandyRandyx/plugin/hot-cards
Browse files Browse the repository at this point in the history
[Hot Cards] Fix regex typo
  • Loading branch information
Maista6969 authored Jun 28, 2024
2 parents f63a366 + 52a596f commit fee5b37
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 fee5b37

Please sign in to comment.