mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-08-13 14:03:01 -06:00
Update ExportAssetDownloader.cs
This commit is contained in:
parent
a60f7cb3ee
commit
a1db5a0423
|
|
@ -149,11 +149,7 @@ internal partial class ExportAssetDownloader
|
|||
return
|
||||
[
|
||||
// Lowercase variant (introduced in 2.46.1)
|
||||
GetFileNameFromUrl(
|
||||
url,
|
||||
Convert.ToHexStringLower(hashData).Truncate(5)
|
||||
),
|
||||
|
||||
GetFileNameFromUrl(url, Convert.ToHexStringLower(hashData).Truncate(5)),
|
||||
// Uppercase variant (original)
|
||||
GetFileNameFromUrl(
|
||||
url,
|
||||
|
|
|
|||
Loading…
Reference in a new issue