web: debugs
Local Docker Build (Dev) / build-dev (push) Successful in 5s

This commit is contained in:
2025-10-25 15:54:08 -04:00
parent 8c850ab38c
commit ef899a05c7
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -457,6 +457,6 @@
<!-- Toast Notifications --> <!-- Toast Notifications -->
<div class="toast-container" id="toast-container"></div> <div class="toast-container" id="toast-container"></div>
<script src="/static/js/app.js?v=2.8.2-20241025-movies-fix"></script> <script src="/static/js/app.js?v=2.8.2-20241025-syntax-fix"></script>
</body> </body>
</html> </html>
+3
View File
@@ -1307,6 +1307,9 @@ async function deleteEpisode(imdbId, season, episode) {
// Update episode counts in modal header // Update episode counts in modal header
updateEpisodeModalCounts(); updateEpisodeModalCounts();
} else {
showToast(`❌ Failed to delete episode: ${result.message || 'Unknown error'}`, 'error');
}
} catch (error) { } catch (error) {
console.error('Delete episode failed:', error); console.error('Delete episode failed:', error);