根据ID判断当前正在播放的

This commit is contained in:
2023-01-16 00:33:27 +08:00
parent 64bedfbfff
commit ecb42b2c72
2 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export interface MusicLyricModel {
}
export interface MusicPlayerItem {
id?: number
id: number
title: string
artist: string | undefined
album?: string | undefined