Fix content_type not matching 1

This commit is contained in:
Natsumi
2022-07-13 21:47:18 +12:00
parent 1d2fa7aeca
commit ad3d199a15

View File

@@ -18701,7 +18701,8 @@ speechSynthesis.getVoices();
}
for (var asset of release.assets) {
if (
asset.content_type === 'application/x-msdownload' &&
(asset.content_type === 'application/x-msdownload' ||
asset.content_type === 'application/x-msdos-program') &&
asset.state === 'uploaded'
) {
releases.push(release);