CasparCG / client

Client software primarily used with the CasparCG Server software for audio and video playout, to control graphics and recording, but it can also be used for other tasks within television broadcast.
https://casparcg.com
GNU General Public License v3.0
288 stars 97 forks source link

Playout Command Pause or Resume does not operate #301

Closed amwtech closed 11 months ago

amwtech commented 2 years ago

The text in the Playout Command Inspector drop down is compared with the list of commands held in src/Common/Playout.cpp. The dropdown text does not match the reference text in Playout.cpp lines 16 and 49. The reference text is "Pause / Resume" but the dropdown text is "Pause".

Editing line 48 of src/Widgets/Inspector/InspectorPlayoutCommandWidget.ui from <string>Pause</string> to <string>Pause / Resume</string> and rebuilding the client corrects the error.

Julusian commented 11 months ago

Fix applied in https://github.com/CasparCG/client/commit/67a5c58b60237534f89b9d460e48e3cca3afc7d0 I havent tested it, hopefully it still works

amwtech commented 11 months ago

Tested on Mac and Windows client build. Operates correctly.