Implement basic playlist that simply queues songs

This commit is contained in:
Felipe Sere
2019-03-04 16:41:04 +00:00
parent 9507add6a4
commit 99674a5ac0
5 changed files with 64 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
pub mod queue;
pub mod search;
pub mod trackbutton;
pub mod playlist;