Skip to content

Commit b5e3e25

Browse files
committed
Fix musicformats showcase
1 parent 8da466c commit b5e3e25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/showcases/musicformats/data.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const data = {
4343
['1982', 'Tapes', '97'],
4444
['1982', 'Cassette', '3713'],
4545
['1982', 'Vinyl', '5922'],
46+
['1982', 'CD', '0'],
4647
['1983', 'CD', '45'],
4748
['1983', 'Cassette', '4706'],
4849
['1983', 'Vinyl', '5089'],
@@ -61,6 +62,7 @@ const data = {
6162
['1988', 'Vinyl', '1559'],
6263
['1988', 'CD', '4594'],
6364
['1988', 'Cassette', '7531'],
65+
['1988', 'DVD', '0'],
6466
['1989', 'DVD', '241'],
6567
['1989', 'Vinyl', '703'],
6668
['1989', 'CD', '5401'],
@@ -121,6 +123,9 @@ const data = {
121123
['2003', 'Cassette', '152'],
122124
['2003', 'DVD', '574'],
123125
['2003', 'CD', '15888'],
126+
['2003', 'Streaming', '0'],
127+
['2003', 'Download', '0'],
128+
['2004', 'Other', '0'],
124129
['2004', 'Streaming', '10'],
125130
['2004', 'Cassette', '33'],
126131
['2004', 'Vinyl', '54'],

0 commit comments

Comments
 (0)