更新 musicSearch.js

This commit is contained in:
ikun0014 2024-10-10 20:57:24 +08:00
parent 49079e0c57
commit 55fe31d70f
No known key found for this signature in database
GPG Key ID: 4B235FCF7CAE3E28

View File

@ -67,7 +67,7 @@ export default {
_types['320k'] = { size }
}
if (body.data.m && body.data.m.size) {
size = sizeFormate(body.data.h.size)
size = sizeFormate(body.data.m.size)
types.push({ type: '128k', size })
_types['128k'] = { size }
} else if (body.data.l && body.data.l.size) {