blank files
This commit is contained in:
parent
867c5c49bb
commit
47c52fad23
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
||||
node_modules/
|
||||
data/accessData.json
|
||||
data/token.json
|
||||
data/userDetails.json
|
||||
data/playerData.json
|
||||
node_modules/
|
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