Format
This commit is contained in:
+8
-2
@@ -130,8 +130,14 @@ async fn main() -> anyhow::Result<()> {
|
||||
if name.is_none() && mbid.is_none() {
|
||||
anyhow::bail!("provide either a name or --mbid");
|
||||
}
|
||||
let summary =
|
||||
add_artist(db.conn(), name.as_deref(), mbid.as_deref(), &mb_client, None).await?;
|
||||
let summary = add_artist(
|
||||
db.conn(),
|
||||
name.as_deref(),
|
||||
mbid.as_deref(),
|
||||
&mb_client,
|
||||
None,
|
||||
)
|
||||
.await?;
|
||||
println!("Artist watch: {summary}");
|
||||
}
|
||||
AddCommand::Album {
|
||||
|
||||
Reference in New Issue
Block a user