mirror of
https://github.com/Dangoware/dango-music-player.git
synced 2025-04-19 01:52:53 -05:00
Merge branch 'main' of https://github.com/Dangoware/dango-music-player
This commit is contained in:
commit
5267471045
1 changed files with 3 additions and 3 deletions
|
@ -159,9 +159,9 @@ pub struct ControllerInput {
|
|||
}
|
||||
|
||||
pub struct ControllerHandle {
|
||||
pub lib_mail: MailMan<LibraryCommand, LibraryResponse>,
|
||||
pub player_mail: MailMan<PlayerCommand, PlayerResponse>,
|
||||
pub queue_mail: MailMan<QueueCommand, QueueResponse>,
|
||||
lib_mail: MailMan<LibraryCommand, LibraryResponse>,
|
||||
player_mail: MailMan<PlayerCommand, PlayerResponse>,
|
||||
queue_mail: MailMan<QueueCommand, QueueResponse>,
|
||||
}
|
||||
|
||||
impl ControllerHandle {
|
||||
|
|
Loading…
Reference in a new issue