Skip to content

Commit 047c245

Browse files
committed
index
1 parent b5c0dfb commit 047c245

24 files changed

Lines changed: 820 additions & 0 deletions
Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
{
2+
"album": {
3+
"12": [
4+
{
5+
"id": 107,
6+
"type": "song"
7+
},
8+
{
9+
"id": 108,
10+
"type": "song"
11+
},
12+
{
13+
"id": 109,
14+
"type": "song"
15+
},
16+
{
17+
"id": 110,
18+
"type": "song"
19+
},
20+
{
21+
"id": 111,
22+
"type": "song"
23+
},
24+
{
25+
"id": 112,
26+
"type": "song"
27+
},
28+
{
29+
"id": 113,
30+
"type": "song"
31+
},
32+
{
33+
"id": 114,
34+
"type": "song"
35+
},
36+
{
37+
"id": 115,
38+
"type": "song"
39+
}
40+
],
41+
"10": [
42+
{
43+
"id": 98,
44+
"type": "song"
45+
},
46+
{
47+
"id": 99,
48+
"type": "song"
49+
},
50+
{
51+
"id": 100,
52+
"type": "song"
53+
},
54+
{
55+
"id": 101,
56+
"type": "song"
57+
},
58+
{
59+
"id": 102,
60+
"type": "song"
61+
},
62+
{
63+
"id": 103,
64+
"type": "song"
65+
},
66+
{
67+
"id": 104,
68+
"type": "song"
69+
},
70+
{
71+
"id": 105,
72+
"type": "song"
73+
},
74+
{
75+
"id": 106,
76+
"type": "song"
77+
}
78+
],
79+
"2": [
80+
{
81+
"id": 54,
82+
"type": "song"
83+
},
84+
{
85+
"id": 55,
86+
"type": "song"
87+
},
88+
{
89+
"id": 56,
90+
"type": "song"
91+
},
92+
{
93+
"id": 57,
94+
"type": "song"
95+
},
96+
{
97+
"id": 58,
98+
"type": "song"
99+
},
100+
{
101+
"id": 59,
102+
"type": "song"
103+
},
104+
{
105+
"id": 60,
106+
"type": "song"
107+
},
108+
{
109+
"id": 61,
110+
"type": "song"
111+
},
112+
{
113+
"id": 62,
114+
"type": "song"
115+
},
116+
{
117+
"id": 63,
118+
"type": "song"
119+
},
120+
{
121+
"id": 64,
122+
"type": "song"
123+
},
124+
{
125+
"id": 65,
126+
"type": "song"
127+
}
128+
],
129+
"9": [
130+
{
131+
"id": 96,
132+
"type": "song"
133+
},
134+
{
135+
"id": 97,
136+
"type": "song"
137+
}
138+
]
139+
}
140+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"album_artist": {
3+
"16": [
4+
{
5+
"id": 10,
6+
"type": "album"
7+
}
8+
],
9+
"36": [
10+
{
11+
"id": 21,
12+
"type": "album"
13+
}
14+
],
15+
"13": [
16+
{
17+
"id": 7,
18+
"type": "album"
19+
}
20+
],
21+
"14": [
22+
{
23+
"id": 8,
24+
"type": "album"
25+
}
26+
]
27+
}
28+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"artist": {
3+
"16": [
4+
{
5+
"id": null,
6+
"type": "album"
7+
}
8+
],
9+
"27": [
10+
{
11+
"id": null,
12+
"type": "album"
13+
}
14+
],
15+
"34": [
16+
{
17+
"id": null,
18+
"type": "album"
19+
}
20+
],
21+
"36": [
22+
{
23+
"id": null,
24+
"type": "album"
25+
}
26+
]
27+
}
28+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"catalog": [
3+
1,
4+
3,
5+
4,
6+
2
7+
]
8+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"live_stream": [
3+
3,
4+
1,
5+
2
6+
]
7+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"song": [
3+
54,
4+
55,
5+
56,
6+
57
7+
]
8+
}

0 commit comments

Comments
 (0)