Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-fichet committed Oct 4, 2024
1 parent 42627d4 commit 5a039d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ const data_1970s: Item[] = [
{ title: "Avalanche", artist: "Avalanche", year: 1976 },
{ title: "Jaye P. Morgan", artist: "Jaye P. Morgan", year: 1976, listened: true, genre: "disco" },
{ title: "Phonography", artist: "R. Stevie Moore", year: 1976, listened: true, genre: "rock", stars: 1, fav: true },
{ title: "Stingray", artist: "Joe Cocker", year: 1976, listened: true, genre: "rock" },
{ title: "Stingray", artist: "Joe Cocker", year: 1976, listened: true, genre: "rock", stars: 1 },
{ title: "Harlem Underground Band", artist: "Harlem Underground Band", year: 1976 },
{ title: "Romantic Warrior", artist: "Return to Forever", year: 1976 },
{ title: "L'Homme à tête de chou", artist: "Serge Gainsbourg", year: 1976, fr: true, listened: true, genre: "chanson" },
Expand Down Expand Up @@ -3876,6 +3876,7 @@ const data_2020s: Item[] = [
{ title: "Starship Syncopation", artist: "Cory Wong, Metropole Orkfest, Jules Buckley", year: 2024 },
{ title: "Blue Bird", artist: "iamalex, Felty, susan", year: 2024, genre: "lofi", listened: true, ep: true },
{ title: "Blurred Memories", artist: "softy", year: 2024, genre: "lofi", listened: true },
{ title: "My Love", artist: "Aisake", year: 2024, genre: "lofi", listened: true, stars: 1 },
]

// Concatenation of arrays instead of one big array to avoid the error "expression produces a union type that is too complex to represent"
Expand Down

0 comments on commit 5a039d7

Please sign in to comment.