This commit is contained in:
@@ -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