Provide a keyboard shortcut to sync all existing albums with MusicBrainz #167

Merged
wojtek merged 13 commits from 166---provide-a-keyboard-shortcut-to-sync-all-existing-albums-with-musicbrainz into main 2024-08-27 17:55:53 +02:00
Showing only changes of commit 27d90cd5f9 - Show all commits

View File

@ -96,7 +96,7 @@ impl<MH: IMusicHoard> IAppInteractBrowse for AppMachine<MH, AppBrowse> {
Err(err) => {
return AppMachine::error(
self.inner,
format!("cannot fetch: HTTP client init failed: {}", err.to_string()),
format!("cannot fetch: HTTP client init failed: {err}"),
)
.into()
}