mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Three places were using currentEntry?.processedFilename directly without the processedFileName fallback (which parses the download URL): - Video-to-image output detection (gif/webp check) - Browser previewable check (canBrowserPreview) - Non-native format detection (already fixed in prior commit) All now consistently use processedFileName as fallback when processedFilename is empty on the file entry.