mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
Fixed secret cli bug
This commit is contained in:
parent
75aefb7e27
commit
223be698e1
@ -38,7 +38,7 @@
|
||||
"track": 1,
|
||||
"title": "Song Title",
|
||||
"year": 1990,
|
||||
"album-art": "hash.jpg"
|
||||
"album-art": "hash.jpg",
|
||||
"hash": "sha256 hash"
|
||||
}
|
||||
}
|
||||
|
||||
@ -40,7 +40,7 @@ exports.setup = function(args){
|
||||
}
|
||||
|
||||
if(program.secret){
|
||||
program3.secret = program.sectet;
|
||||
program3.secret = program.secret;
|
||||
}
|
||||
if(program.salt){
|
||||
program3.salt = program.salt;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user