-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
69 lines (69 loc) · 1.54 KB
/
db.json
File metadata and controls
69 lines (69 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"users": [
{
"lastVisit": "",
"id": "545b355c-d84d-454f-a82d-1e57befec57d",
"password": "password",
"username": "test",
"token": "asdasdasd"
}
],
"albums": [
{
"id": "55aa018d9a73d85e195e5d00",
"artist": {
"name": "Tina S"
},
"title": "The best guitar covers",
"thumbnailId": "DIGfO2Dgc9Y"
},
{
"id": "55aa018d9a73d85e195e5d01",
"artist": {
"name": "Yngwie Malmsteen"
},
"title": "Live at the Budokan 1994",
"thumbnailId": "3NFv4Tc7F4M"
}
],
"movies": [
{
"id": "65bb018d9a73d85e195e5d00",
"albumId": "55aa018d9a73d85e195e5d00",
"sourceId": "DIGfO2Dgc9Y",
"accessLevel": "0",
"title": "Vivaldi Guitar Cover by pretty girl"
},
{
"id": "65bb018d9a73d85e195e5d01",
"albumId": "55aa018d9a73d85e195e5d00",
"sourceId": "o6rBK0BqL2w",
"accessLevel": "0",
"title": "Ludwig van Beethoven - Moonlight Sonata ( 3rd Movement ) "
},
{
"id": "65bb018d9a73d85e195e5d02",
"albumId": "55aa018d9a73d85e195e5d01",
"sourceId": "3NFv4Tc7F4M",
"accessLevel": "0",
"title": "Black Star"
},
{
"id": "65bb018d9a73d85e195e5d03",
"albumId": "55aa018d9a73d85e195e5d01",
"sourceId": "p6dFJMINCHA",
"accessLevel": "0",
"title": "I'll See the Light Tonight"
}
],
"accessType": [
{
"typeId": "0",
"description": "free"
},
{
"typeId": "1",
"description": "subscription"
}
]
}