修复音乐播放媒体信息显示问题

This commit is contained in:
2023-01-26 05:42:39 +08:00
parent c4645b29e4
commit b0e8e8aab3
5 changed files with 21 additions and 24 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ export interface MusicLyricModel {
export interface MusicPlayerItem {
id: number
title: string
artist: string | undefined
album?: string | undefined
artist?: string
album?: string
src: string
pic: string
lrc?: string