Merge pull request #350 from HandyRandyx/plugin/hot-cards

[Hot Cards] Fix regex typo
This commit is contained in:
Maista
2024-06-28 11:00:05 +02:00
committed by GitHub

View File

@@ -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);
}