dev #62
@@ -533,6 +533,6 @@
|
||||
<!-- Toast Notifications -->
|
||||
<div class="toast-container" id="toast-container"></div>
|
||||
|
||||
<script src="/static/js/app.js?v=2.8.2-20241026-airdate-fix"></script>
|
||||
<script src="/static/js/app.js?v=3.0.0-debug-airdate"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1047,6 +1047,13 @@ async function handleEnhancedEditSubmit(event) {
|
||||
const dateadded = document.getElementById('edit-dateadded').value;
|
||||
const source = document.getElementById('edit-source').value;
|
||||
|
||||
console.log('🔍 DEBUG: handleEnhancedEditSubmit called with:', {
|
||||
dateadded: dateadded,
|
||||
source: source,
|
||||
mediaType: mediaType,
|
||||
imdbId: imdbId
|
||||
});
|
||||
|
||||
if (!dateadded && source !== 'airdate') {
|
||||
showToast('Please enter a date', 'warning');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user