Skip to content

Commit

Permalink
fixed bug from refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
web3nelly committed Apr 6, 2023
1 parent f84eebf commit e88494c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions change-obs-scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const obs = new OBSWebSocket();

const changeScene = (
intervalInSeconds = 60,
obsWebSocketServerURL = "ws://localhost:4455",
obsSkipScenes = [],
obsWebSocketServerPassword = undefined,
obsSkipScenes = []
obsWebSocketServerURL = "ws://localhost:4455"
) => {
if (
obsWebSocketServerPassword === null ||
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@b3nelly/change-obs-scene",
"version": "1.1.0",
"version": "1.2.0",
"description": "With just a few lines of code, automate changing your OBS scenes. Happy streaming! 💜",
"author": "web3nelly",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"homepage": "https://github.com/web3nelly/change-obs-scene#readme",
"dependencies": {
"@b3nelly/change-obs-scene": "^1.1.0",
"@b3nelly/change-obs-scene": "^1.2.0",
"obs-websocket-js": "^5.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit e88494c

Please sign in to comment.