Merge pull request #5 from HuntingFighter/error-fetching-content-type-backup-messages

Repeated Image content_type exception
This commit is contained in:
RamBros 2026-03-27 09:27:08 +05:30 committed by GitHub
commit 6d9f724e2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -631,7 +631,7 @@ class DiscordExporter:
"filename": filename, "filename": filename,
"size": existing["size"], "size": existing["size"],
"url": str(url), "url": str(url),
"content_type": existing["content_type"], "content_type": existing["mime_type"],
"local_hash": existing["hash"] "local_hash": existing["hash"]
} }