Saving song infos to DB, refactor logging

This commit is contained in:
2023-04-23 12:46:14 +02:00
parent 1cd9d83910
commit 971c846dd1
8 changed files with 396 additions and 228 deletions

View File

@ -5,6 +5,7 @@ export type SongInfo = {
title?: string;
artistName?: string;
thumbnailUrl?: string;
postedUrl: string;
};
export type SongwhipReponse = {