feat: error reason
This commit is contained in:
parent
86a60f4e2b
commit
3a6397b730
|
|
@ -3,4 +3,7 @@ api_base_url: http://localhost:33223
|
||||||
web_port: 8888
|
web_port: 8888
|
||||||
web_base_url: http://localhost:8888
|
web_base_url: http://localhost:8888
|
||||||
jwt_privkey: AfhrynxvaH7XevethWCLzzp3Xq49NpqeENdgVVPJnqKNfdAJFuRNdPosAJXYznez
|
jwt_privkey: AfhrynxvaH7XevethWCLzzp3Xq49NpqeENdgVVPJnqKNfdAJFuRNdPosAJXYznez
|
||||||
proxy: null
|
proxy:
|
||||||
|
protocol: http
|
||||||
|
host: localhost
|
||||||
|
port: 12334
|
||||||
|
|
@ -13,6 +13,6 @@ const ytmApi = new YTMusic({
|
||||||
|
|
||||||
ytmApi.initialize().then(() => {
|
ytmApi.initialize().then(() => {
|
||||||
console.log(`YT Music API initialized`);
|
console.log(`YT Music API initialized`);
|
||||||
});
|
}).catch(console.error);
|
||||||
|
|
||||||
export default ytmApi;
|
export default ytmApi;
|
||||||
Loading…
Reference in New Issue