Initial import: Music_Server, MusicFree, catalog-sync
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export enum TrackPlayerEvents {
|
||||
// 一首歌曲播放结束
|
||||
PlayEnd = "play-end",
|
||||
// 更换正在播放的歌曲
|
||||
CurrentMusicChanged = "current-music-changed",
|
||||
// 进度更新
|
||||
ProgressChanged = "progress-changed",
|
||||
}
|
||||
Reference in New Issue
Block a user