Skip to content

Commit 57340dd

Browse files
committed
sup
1 parent d182dab commit 57340dd

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

src/routes/(sup)/sup/music/listen/artists.ts

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const artists: {
2828
discovered: "Phigros",
2929
},
3030
],
31-
favourites: [
31+
"absolute favourites": [
3232
{
3333
shard: "camellia",
3434
name: "かめりあ",
@@ -286,17 +286,6 @@ export const artists: {
286286
},
287287
discovered: "YouTube reccs",
288288
},
289-
{
290-
shard: "tanger",
291-
name: "Tanger",
292-
date: "2024",
293-
icon: "tanger.jpg",
294-
genres: ["electronic"],
295-
track: {
296-
name: "", link: undefined,
297-
},
298-
discovered: "YouTube reccs",
299-
},
300289
{
301290
shard: "bo-burnham",
302291
name: "Bo Burnham",
@@ -309,6 +298,19 @@ export const artists: {
309298
],
310299
discovered: "YouTube reccs",
311300
},
301+
],
302+
"love them, but don’t listen much": [
303+
{
304+
shard: "tanger",
305+
name: "Tanger",
306+
date: "2024",
307+
icon: "tanger.jpg",
308+
genres: ["electronic"],
309+
track: {
310+
name: "", link: undefined,
311+
},
312+
discovered: "YouTube reccs",
313+
},
312314
{
313315
shard: "feurrm-films",
314316
name: "feuerrmFilms",
@@ -401,7 +403,7 @@ export const artists: {
401403
discovered: "Alan Walker",
402404
},
403405
],
404-
ost: [
406+
"franchise soundtracks": [
405407
{
406408
name: "Arcane",
407409
date: "2025",

0 commit comments

Comments
 (0)