commit blank files
This commit is contained in:
parent
1324afa7b5
commit
2c0c34c996
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
data/accessData.json
|
|
||||||
data/token.json
|
|
||||||
data/userDetails.json
|
|
||||||
data/playerData.json
|
|
4
data/accessData.json
Normal file
4
data/accessData.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"access_token":"",
|
||||||
|
"refresh_token":""
|
||||||
|
}
|
3
data/playerData.json
Normal file
3
data/playerData.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"currentAlbum":""
|
||||||
|
}
|
3
data/token.json
Normal file
3
data/token.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"userToken":""
|
||||||
|
}
|
7
data/userDetails.json
Normal file
7
data/userDetails.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"clientId":"",
|
||||||
|
"clientSecret":"",
|
||||||
|
"redirectUri":"",
|
||||||
|
"device":"",
|
||||||
|
"path":""
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user