Fix #26: Scale images to the correct size and use more efficient image formats
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import type { SongThumbnailImage } from '$lib/mastodon/response';
|
||||
|
||||
export type SongInfo = {
|
||||
pageUrl: string;
|
||||
youtubeUrl?: string;
|
||||
@ -6,6 +8,7 @@ export type SongInfo = {
|
||||
artistName?: string;
|
||||
thumbnailUrl?: string;
|
||||
postedUrl: string;
|
||||
resizedThumbnails?: SongThumbnailImage[];
|
||||
};
|
||||
|
||||
export type SongwhipReponse = {
|
||||
|
Reference in New Issue
Block a user