Saving song infos to DB, refactor logging
This commit is contained in:
@ -5,6 +5,7 @@ export type SongInfo = {
|
||||
title?: string;
|
||||
artistName?: string;
|
||||
thumbnailUrl?: string;
|
||||
postedUrl: string;
|
||||
};
|
||||
|
||||
export type SongwhipReponse = {
|
||||
|
Reference in New Issue
Block a user