tangled
alpha
login
or
join now
vielle.dev
/
site
0
fork
atom
Personal Site
0
fork
atom
overview
issues
pulls
pipelines
Fix type issue with track info
vielle.dev
7 months ago
100406e1
a7b517f4
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
+7
-5
1 changed file
expand all
collapse all
unified
split
src
components
playing
spotify.ts
+7
-5
src/components/playing/spotify.ts
···
197
197
external_urls: {
198
198
spotify: string;
199
199
};
200
200
-
images: {
201
201
-
url: string;
202
202
-
width: string;
203
203
-
height: string;
204
204
-
}[];
200
200
+
album: {
201
201
+
images: {
202
202
+
url: string;
203
203
+
width: number;
204
204
+
height: number;
205
205
+
}[];
206
206
+
};
205
207
name: string;
206
208
artists: {
207
209
id: string;