Added the playlist generator
This commit is contained in:
@@ -3,6 +3,7 @@ pub mod artists;
|
||||
pub mod auth;
|
||||
pub mod downloads;
|
||||
pub mod lyrics;
|
||||
pub mod playlists;
|
||||
pub mod search;
|
||||
pub mod system;
|
||||
pub mod tracks;
|
||||
@@ -21,6 +22,7 @@ pub fn configure(cfg: &mut web::ServiceConfig) {
|
||||
.configure(downloads::configure)
|
||||
.configure(lyrics::configure)
|
||||
.configure(system::configure)
|
||||
.configure(ytauth::configure),
|
||||
.configure(ytauth::configure)
|
||||
.configure(playlists::configure),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user