return response field for stop_record

patch bump
This commit is contained in:
onyx-and-iris 2022-09-12 01:24:40 +01:00
parent 46369548ed
commit 9dbc5766c8
2 changed files with 2 additions and 2 deletions

View File

@ -1659,7 +1659,7 @@ class ReqClient:
"""
self.send("StopRecord")
return self.send("StopRecord")
def toggle_record_pause(self):
"""

View File

@ -5,7 +5,7 @@ from setuptools import find_packages, setup
HERE = pathlib.Path(__file__).parent
VERSION = "1.0.4"
VERSION = "1.0.5"
PACKAGE_NAME = "obsws-python"
AUTHOR = "Adem Atikturk"
AUTHOR_EMAIL = "aatikturk@gmail.com"