mirror of
https://github.com/Dangoware/dango-music-player.git
synced 2025-04-19 10:02:53 -05:00
re-added the controller
This commit is contained in:
parent
9eaccc22fd
commit
4dfc321d2a
2 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,7 @@ pub mod music_storage {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod music_controller {
|
pub mod music_controller{
|
||||||
pub mod config;
|
|
||||||
pub mod controller;
|
pub mod controller;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
1
src/music_controller/controller.rs
Normal file
1
src/music_controller/controller.rs
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
Loading…
Reference in a new issue