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