From 080378d9209aacff080884988c08f19530621fbf Mon Sep 17 00:00:00 2001 From: antwanchild <113145842+antwanchild@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:39:28 -0700 Subject: [PATCH] Update titlecardmaker.json (#34) fixed titlecardmaker to remove the "duplicate" endpoint, the one with the trailing slash --- root/app/www/public/templates/sonarr/titlecardmaker.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/root/app/www/public/templates/sonarr/titlecardmaker.json b/root/app/www/public/templates/sonarr/titlecardmaker.json index 262d351..e8c44f7 100644 --- a/root/app/www/public/templates/sonarr/titlecardmaker.json +++ b/root/app/www/public/templates/sonarr/titlecardmaker.json @@ -8,9 +8,6 @@ "/api/v3/tag": [ "get" ], - "/api/v3/episode/": [ - "get" - ], "/api/v3/series/lookup": [ "get" ],