We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f6be3 commit fee23a7Copy full SHA for fee23a7
pychannels/__init__.py
@@ -78,6 +78,10 @@ def toggle_cc(self):
78
"""Toggle captions state and returns the current state."""
79
return self._command('toggle_cc')
80
81
+ def toggle_record(self):
82
+ """Record the program playing on the current channel."""
83
+ return self._command('toggle_record')
84
+
85
def channel_up(self):
86
"""Change the channel and returns the current state."""
87
return self._command('channel_up')
setup.py
@@ -8,7 +8,7 @@ def read(fname):
8
9
setup(
10
name='pychannels',
11
- version="1.2.1",
+ version="1.2.2",
12
packages=['pychannels',],
13
license='The MIT License',
14
description='API client for the Channels app - https://getchannels.com',
0 commit comments