Skip to content

Commit

Permalink
fix: wrong url for musicbrainz api
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyNova016 committed Jan 29, 2025
1 parent 1f5d162 commit 8b187e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ fn default_lb_url() -> String {
}

fn default_mb_url() -> String {
"http://musicbrainz.org/ws/2/".to_string()
"http://musicbrainz.org/ws/2".to_string()
}

0 comments on commit 8b187e6

Please sign in to comment.