根据ID判断当前正在播放的
This commit is contained in:
@@ -26,7 +26,7 @@ export interface MusicLyricModel {
|
||||
}
|
||||
|
||||
export interface MusicPlayerItem {
|
||||
id?: number
|
||||
id: number
|
||||
title: string
|
||||
artist: string | undefined
|
||||
album?: string | undefined
|
||||
|
||||
Reference in New Issue
Block a user