obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.79k stars 701 forks source link

CI: Possible bugfix for the Status Duration. Please Test. #1179

Closed DanielLester83 closed 5 months ago

DanielLester83 commented 8 months ago

from https://doc.qt.io/qt-6/qtime.html#fromString

QTime::QTime(int h, int m, int s = 0, int ms = 0)

Constructs a time with hour h, minute m, seconds s and milliseconds ms.

h must be in the range 0 to 23, m and s must be in the range 0 to 59, and ms must be in the range 0 to 999.

Description

Changes the way the "Status Duration" is implemented

Motivation and Context

It hopefully fixes the "Status Duration" disappering after 59 seconds

How Has This Been Tested?

Has not been.

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist:

tt2468 commented 8 months ago

The bug is due to an issue in libobs, not this code.