We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da466c commit b5e3e25Copy full SHA for b5e3e25
docs/showcases/musicformats/data.js
@@ -43,6 +43,7 @@ const data = {
43
['1982', 'Tapes', '97'],
44
['1982', 'Cassette', '3713'],
45
['1982', 'Vinyl', '5922'],
46
+ ['1982', 'CD', '0'],
47
['1983', 'CD', '45'],
48
['1983', 'Cassette', '4706'],
49
['1983', 'Vinyl', '5089'],
@@ -61,6 +62,7 @@ const data = {
61
62
['1988', 'Vinyl', '1559'],
63
['1988', 'CD', '4594'],
64
['1988', 'Cassette', '7531'],
65
+ ['1988', 'DVD', '0'],
66
['1989', 'DVD', '241'],
67
['1989', 'Vinyl', '703'],
68
['1989', 'CD', '5401'],
@@ -121,6 +123,9 @@ const data = {
121
123
['2003', 'Cassette', '152'],
122
124
['2003', 'DVD', '574'],
125
['2003', 'CD', '15888'],
126
+ ['2003', 'Streaming', '0'],
127
+ ['2003', 'Download', '0'],
128
+ ['2004', 'Other', '0'],
129
['2004', 'Streaming', '10'],
130
['2004', 'Cassette', '33'],
131
['2004', 'Vinyl', '54'],
0 commit comments