From ef899a05c7afaa4b9b98aa896b227b9db3fe2b2d Mon Sep 17 00:00:00 2001 From: SBCrumb Date: Sat, 25 Oct 2025 15:54:08 -0400 Subject: [PATCH] web: debugs --- nfoguard-web/static/index.html | 2 +- nfoguard-web/static/js/app.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nfoguard-web/static/index.html b/nfoguard-web/static/index.html index 957aeea..929d860 100644 --- a/nfoguard-web/static/index.html +++ b/nfoguard-web/static/index.html @@ -457,6 +457,6 @@
- + \ No newline at end of file diff --git a/nfoguard-web/static/js/app.js b/nfoguard-web/static/js/app.js index ff0b565..73ff854 100644 --- a/nfoguard-web/static/js/app.js +++ b/nfoguard-web/static/js/app.js @@ -1307,6 +1307,9 @@ async function deleteEpisode(imdbId, season, episode) { // Update episode counts in modal header updateEpisodeModalCounts(); + } else { + showToast(`❌ Failed to delete episode: ${result.message || 'Unknown error'}`, 'error'); + } } catch (error) { console.error('Delete episode failed:', error);