Added the playlist generator

This commit is contained in:
Connor Johnstone
2026-03-20 18:09:47 -04:00
parent 8a1435d9e9
commit f03f8f0362
8 changed files with 398 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ pub mod albums;
pub mod artists;
pub mod cache;
pub mod downloads;
pub mod playlists;
pub mod tracks;
pub mod users;
pub mod wanted;