修复标签显示

This commit is contained in:
lyswhut 2023-03-17 14:49:58 +08:00
parent e2f4abb304
commit 23fb01d093

View File

@ -120,7 +120,7 @@ export default {
if (item.filesize_high !== 0) {
let size = sizeFormate(item.filesize_high)
types.push({ type: 'flac24bit', size, hash: item.hash_high })
_types.flac = {
_types.flac24bit = {
size,
hash: item.hash_high,
}