mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-16 23:18:26 +08:00
config panel, kuwo source, playlist operation, bug fix @6, panic handling
This commit is contained in:
@@ -23,6 +23,12 @@ type PlaylistUpdateEvent struct {
|
||||
Playlist *Playlist
|
||||
}
|
||||
|
||||
func newPlaylistUpdateEvent(playlist *Playlist) PlaylistUpdateEvent {
|
||||
return PlaylistUpdateEvent{
|
||||
Playlist: playlist,
|
||||
}
|
||||
}
|
||||
|
||||
type PlayEvent struct {
|
||||
Media *Media
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user