From 582e4682fbb29d0274738a6aa98162b9e384eadd Mon Sep 17 00:00:00 2001 From: ririxi Date: Fri, 3 May 2024 19:57:05 +0200 Subject: [PATCH] feat: add repo to the blacklist --- resources/blacklist.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/blacklist.json b/resources/blacklist.json index 1761d9cd..0dc89a5b 100644 --- a/resources/blacklist.json +++ b/resources/blacklist.json @@ -1,3 +1,6 @@ { - "repos": ["https://github.com/FoxRefire/spiceDL"] + "repos": [ + "https://github.com/FoxRefire/spiceDL", + "https://github.com/dupitydumb/LyricsPlus-Spotify" + ] }