mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-06-10 16:51:23 -05:00
Merge pull request #350 from HandyRandyx/plugin/hot-cards
[Hot Cards] Fix regex typo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user