Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-fichet committed May 27, 2024
1 parent 916387f commit 7e56497
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ const data_1980s: Item[] = [
{ title: "Total Eclipse of the Heart", artist: "Bonnie Tyler", year: 1983, listened: true, single: true, genre: "rock" },
{ title: "Star Fleet Project", artist: "Brian May + Friends", year: 1983, ep: true },
{ title: "Holy Diver", artist: "Dio", year: 1983, listened: true, genre: "hard-rock", stars: 1, fav: true },
{ title: "Believer", artist: "Chic", year: 1983 },
{ title: "Believer", artist: "Chic", year: 1983, listened: true, genre: "disco" },
{ title: "Glad to Be Here", artist: "Bernard Edwards", year: 1983 },
{ title: "Too Low for Zero", artist: "Elton John", year: 1983, comment: `"I'm Still Standing", "I Guess That's Why They Call It the Blues", "Crystal" (intro)`, listened: true, genre: "pop", stars: 1, fav: true },
{ title: '"Weird Al" Yankovic', artist: '"Weird Al" Yankovic', year: 1983, listened: true, genre: "rock", comment: `"Ricky", "I Love Rocky Road", "My Bologna", "Another One Rides the Bus", "I'll Be Mellow When I'm Dead"`, stars: 1 },
Expand Down Expand Up @@ -2945,10 +2945,10 @@ const data_2000s: Item[] = [
{ title: "15 Again", artist: "Cassius", year: 2006, listened: true, genre: "electro", fr: true },
{ title: "Exceeder", artist: "Mason", year: 2006, listened: true, genre: "electro", single: true },
{ title: "Stadium Arcadium", artist: "Red Hot Chili Peppers", year: 2006, listened: true, perso: true, genre: "funk", stars: 1, comment: "Double-album" },
{ title: "FutureSex/LoveSounds", artist: "Justin Timberlake", year: 2006 },
{ title: "Konvicted", artist: "Akon", year: 2006 },
{ title: "Who Needs Actions When You Got Words", artist: "Plan B", year: 2006 },
{ title: "Epiphanie", artist: "Para One", year: 2006, fr: true },
{ title: "FutureSex/LoveSounds", artist: "Justin Timberlake", year: 2006, listened: true, genre: "r-n-b", comment: '"What Comes Around.../...Comes Around"', meh: true },
{ title: "Konvicted", artist: "Akon", year: 2006, listened: true, genre: "r-n-b", comment: '"Smack That"', meh: true },
{ title: "Who Needs Actions When You Got Words", artist: "Plan B", year: 2006, listened: true, genre: "rap" },
{ title: "Epiphanie", artist: "Para One", year: 2006, fr: true, listened: true, genre: "electro" },
{ title: "Moskau Barrell Roll", artist: "necrosaro", year: 2006, listened: true, genre: "meme" },
{ title: "Crime Slunk Scene", artist: "Buckethead", year: 2006, comment: '"Soothsayer"' },
{ title: "10,000 Days", artist: "Tool", year: 2006 },
Expand Down

0 comments on commit 7e56497

Please sign in to comment.