Extract song info from odesli (song.link)
This commit is contained in:
@ -240,6 +240,11 @@ export async function savePost(post: Post): Promise<undefined> {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!post.tags.length) {
|
||||
resolve(undefined);
|
||||
return;
|
||||
}
|
||||
|
||||
db.parallelize(() => {
|
||||
let remaining = post.tags.length;
|
||||
for (const tag of post.tags) {
|
||||
|
Reference in New Issue
Block a user