This commit is contained in:
@@ -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>
|
||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user