1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00
This commit is contained in:
Luca Armaroli
2020-09-24 02:30:16 +02:00
parent 95c7150449
commit 14cfe7c18e

View File

@@ -13,7 +13,7 @@ export const enum ERROR_CODE {
NO_ENCRYPTION,
ARIA2C_CRASH,
NO_CONNECT_ARIA2C,
NO_DEAMON_PORT,
NO_DAEMON_PORT,
MISSING_ARIA2
}
@@ -43,7 +43,7 @@ export const errors: {[key: number]: string} = {
[ERROR_CODE.NO_CONNECT_ARIA2C]: 'Could not connect to Aria2c json-rpc webSocket',
[ERROR_CODE.NO_DEAMON_PORT]: 'Could not get a free port to use'
[ERROR_CODE.NO_DAEMON_PORT]: 'Could not get a free port to use'
};