Skip to content

Commit

Permalink
fix: duplicate labels (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-Arc authored May 10, 2024
1 parent beb970d commit 4bb4692
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "getontime-ontime",
"shortname": "ontime",
"description": "Companion module for ontime",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-getontime-ontime.git",
"bugs": "https://github.com/bitfocus/companion-module-getontime-ontime/issues",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "getontime-ontime",
"version": "4.0.0",
"version": "4.0.1",
"main": "/dist/index.js",
"license": "MIT",
"prettier": "@companion-module/tools/.prettierrc.json",
Expand Down
2 changes: 1 addition & 1 deletion src/v3/actions/playback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function createPlaybackActions(ontime: OntimeV3): { [id: string]: Compani
},

[ActionId.Pause]: {
name: 'Load an event',
name: 'Pause running timer',
options: [],
callback: () => socketSendJson(ActionCommand.Pause),
},
Expand Down

0 comments on commit 4bb4692

Please sign in to comment.