Skip to content

Commit

Permalink
i forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
vapormusic committed Sep 17, 2023
1 parent 9d93e14 commit cdb56aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-win-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "v2.4.8"
automatic_release_tag: "v2.4.9"
prerelease: false
files: |
./**/*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion lib/rtsp.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Client.prototype.startHandshake = function(udpServers, host, port) {
this.socket = net.connect(port, host, async function() {
self.clearTimeout();

if (self.needPassword) {
if (self.needPassword || self.needPin) {
self.status = PAIR_PIN_START;
self.sendNextRequest();
self.startHeartBeat();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"audio",
"cider"
],
"version": "2.4.8",
"version": "2.4.9",
"author": "vapormusic <[email protected]>",
"main": "./lib/index.js",
"bin": "./examples/play_stdin.js",
Expand Down

0 comments on commit cdb56aa

Please sign in to comment.