We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb34b3 commit 7d44f89Copy full SHA for 7d44f89
changelog.md
@@ -1,3 +1,7 @@
1
+* mkchromecast (0.2.0.1) **released**: 2016/05/01
2
+
3
+ - Catching some minimal errors.
4
5
* mkchromecast (0.2.0) **released**: 2016/05/01
6
7
- Linux support.
mkchromecast.py
@@ -98,7 +98,8 @@ def controls_msg():
98
print('Increasing volume...')
99
cc.volume_up()
100
if args.encoder_backend == 'ffmpeg':
101
- controls_msg()
+ if debug == True:
102
+ controls_msg()
103
elif(key == 'd'):
104
print('')
105
print('Decreasing volume...')
mkchromecast/version.py
@@ -2,4 +2,4 @@
# This file is part of mkchromecast.
-__version__ = '0.2.0'
+__version__ = '0.2.0.1'
0 commit comments