From 60ba922162bf297af8ce375877fd5cfd9fb21ae2 Mon Sep 17 00:00:00 2001 From: HandyRandyx Date: Thu, 27 Jun 2024 21:39:27 -0300 Subject: [PATCH] [hotCards] Fix csLib is not defined (#348) --- plugins/hotCards/hotCards.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/hotCards/hotCards.yml b/plugins/hotCards/hotCards.yml index 92c6550b..9b1308de 100644 --- a/plugins/hotCards/hotCards.yml +++ b/plugins/hotCards/hotCards.yml @@ -2,7 +2,10 @@ name: Hot Cards description: Adds custom css to card elements that match a tag id or a rating threshold. version: 1.0.0 url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/hotCards +# requires: CommunityScriptsUILibrary ui: + requires: + - CommunityScriptsUILibrary javascript: - hotCards.js - https://cdn.jsdelivr.net/gh/HandyRandyx/stash-plugins@main/utils/fetchInterceptor.js