Create coverart #134

Merged
kdeng00 merged 12 commits from create_coverart into v0.2 2025-05-24 19:02:49 -04:00
Showing only changes of commit 0e4afa042a - Show all commits
+1 -1
View File
@@ -262,7 +262,7 @@ pub mod cov_db {
) )
.bind(&coverart.title) .bind(&coverart.title)
.bind(&coverart.path) .bind(&coverart.path)
.bind(&song_id) .bind(song_id)
.fetch_one(pool) .fetch_one(pool)
.await .await
.map_err(|e| { .map_err(|e| {