Fixed bug where conversion success toast was always showing "all conversions failed" even when conversions succeeded. The issue was that the completion message was checking the local jobs array (which still had status: 'pending') instead of tracking actual conversion results. Now using local successCount and failureCount variables that are incremented during the conversion loop to accurately reflect conversion outcomes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
18 KiB
18 KiB