mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 15:02:08 +08:00
修复标签显示
This commit is contained in:
parent
e2f4abb304
commit
23fb01d093
@ -120,7 +120,7 @@ export default {
|
|||||||
if (item.filesize_high !== 0) {
|
if (item.filesize_high !== 0) {
|
||||||
let size = sizeFormate(item.filesize_high)
|
let size = sizeFormate(item.filesize_high)
|
||||||
types.push({ type: 'flac24bit', size, hash: item.hash_high })
|
types.push({ type: 'flac24bit', size, hash: item.hash_high })
|
||||||
_types.flac = {
|
_types.flac24bit = {
|
||||||
size,
|
size,
|
||||||
hash: item.hash_high,
|
hash: item.hash_high,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user