Update to artist credit handling
This commit is contained in:
@@ -21,7 +21,7 @@ pub struct AlbumTrackSearchParams {
|
||||
limit: u32,
|
||||
}
|
||||
|
||||
fn default_limit() -> u32 { 10 }
|
||||
fn default_limit() -> u32 { 25 }
|
||||
|
||||
pub fn configure(cfg: &mut web::ServiceConfig) {
|
||||
cfg.service(web::resource("/search/artist").route(web::get().to(search_artist)))
|
||||
|
||||
Reference in New Issue
Block a user