Skip to content

Commit 587d83b

Browse files
committed
add transferring server status
1 parent 0bcb7ab commit 587d83b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exaroton",
3-
"version": "1.11.2",
3+
"version": "1.11.3",
44
"description": "exaroton API client",
55
"homepage": "https://exaroton.com",
66
"main": "index.js",

src/Server/ServerStatus.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const ServerStatus = {
99
LOADING: 6,
1010
CRASHED: 7,
1111
PENDING: 8,
12+
TRANSFERRING: 9,
1213
PREPARING: 10
1314
};
1415

0 commit comments

Comments
 (0)