Updated the ytmusic cookies situation
This commit is contained in:
@@ -6,6 +6,7 @@ pub mod lyrics;
|
||||
pub mod search;
|
||||
pub mod system;
|
||||
pub mod tracks;
|
||||
pub mod ytauth;
|
||||
|
||||
use actix_web::web;
|
||||
|
||||
@@ -19,6 +20,7 @@ pub fn configure(cfg: &mut web::ServiceConfig) {
|
||||
.configure(search::configure)
|
||||
.configure(downloads::configure)
|
||||
.configure(lyrics::configure)
|
||||
.configure(system::configure),
|
||||
.configure(system::configure)
|
||||
.configure(ytauth::configure),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user