Skip to content

Commit

Permalink
remove dupe keys
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmorris committed Mar 7, 2017
1 parent 9c1e51e commit 17a98e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/canned-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ var CANNED_SONGS = [
{slug: "abc", artist: "Jackson 5", title: "ABC", group: SEVENTIES.slug, dropdown: true},
{slug: "adamssong", artist: "Blink-182", title: "Adam's Song", group: NINETIES.slug},
{slug: "allthesmallthings", artist: "Blink-182", title: "All The Small Things", group: NINETIES.slug, dropdown: true},
{slug: "allyouneedislove", artist: "The Beatles", title: "All You Need Is Love", group: SIXTIES.slug, dropdown: true, dropdown: true},
{slug: "allyouneedislove", artist: "The Beatles", title: "All You Need Is Love", group: SIXTIES.slug, dropdown: true},
{slug: "anthems", artist: "Broken Social Scene", title: "Anthems For A Seventeen-Year Old Girl", group: NAUGHTS.slug},
{slug: "baabaa", artist: "", title: "Baa Baa Black Sheep", group: NR.slug, dropdown: true, mini: true},
{slug: "bad", artist: "Michael Jackson", title: "Bad", group: EIGHTIES.slug},
{slug: "badblood", artist: "Taylor Swift", title: "Bad Blood", group: CONTEMP.slug},
{slug: "badgirls", artist: "M.I.A.", title: "Bad Girls", group: CONTEMP.slug},
{slug: "badromance", artist: "Lady Gaga", title: "Bad Romance", group: NAUGHTS.slug, dropdown: true},
{slug: "barbiegirl", artist: "Aqua", title: "Barbie Girl", group: NINETIES.slug, dropdown: true, dropdown: true},
{slug: "barbiegirl", artist: "Aqua", title: "Barbie Girl", group: NINETIES.slug, dropdown: true},
{slug: "beatit", artist: "Michael Jackson", title: "Beat It", group: EIGHTIES.slug},
{slug: "billsbillsbills", artist: "Destiny's Child", title: "Bills Bills Bills", group: NINETIES.slug},
{slug: "biology", artist: "Girls Aloud", title: "Biology", group: NAUGHTS.slug, hidden: true},
Expand Down

0 comments on commit 17a98e0

Please sign in to comment.