@bililive-tools/huya-recorder 1.7.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -80,6 +80,7 @@ const checkLiveStatusAndRecord = async function ({ getSavePath, banLiveId, isMan
80
80
  try {
81
81
  const liveInfo = await getInfo(this.channelId);
82
82
  this.liveInfo = liveInfo;
83
+ this.state = "idle";
83
84
  }
84
85
  catch (error) {
85
86
  this.state = "check-error";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bililive-tools/huya-recorder",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "bililive-tools huya recorder implemention",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",
@@ -37,8 +37,8 @@
37
37
  "mitt": "^3.0.1",
38
38
  "lodash-es": "^4.17.21",
39
39
  "axios": "^1.7.8",
40
- "huya-danma-listener": "0.1.2",
41
- "@bililive-tools/manager": "^1.6.1"
40
+ "@bililive-tools/manager": "^1.6.1",
41
+ "huya-danma-listener": "0.1.2"
42
42
  },
43
43
  "devDependencies": {},
44
44
  "scripts": {