diff --git a/obsws_python/reqs.py b/obsws_python/reqs.py index 4e95891..a523996 100644 --- a/obsws_python/reqs.py +++ b/obsws_python/reqs.py @@ -1659,7 +1659,7 @@ class ReqClient: """ - self.send("StopRecord") + return self.send("StopRecord") def toggle_record_pause(self): """ diff --git a/setup.py b/setup.py index 56dd3b0..f33d946 100644 --- a/setup.py +++ b/setup.py @@ -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"