Skip to content

Commit 7d44f89

Browse files
committed
New patched version.
1 parent 6cb34b3 commit 7d44f89

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* mkchromecast (0.2.0.1) **released**: 2016/05/01
2+
3+
- Catching some minimal errors.
4+
15
* mkchromecast (0.2.0) **released**: 2016/05/01
26

37
- Linux support.

mkchromecast.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ def controls_msg():
9898
print('Increasing volume...')
9999
cc.volume_up()
100100
if args.encoder_backend == 'ffmpeg':
101-
controls_msg()
101+
if debug == True:
102+
controls_msg()
102103
elif(key == 'd'):
103104
print('')
104105
print('Decreasing volume...')

mkchromecast/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# This file is part of mkchromecast.
44

5-
__version__ = '0.2.0'
5+
__version__ = '0.2.0.1'

0 commit comments

Comments
 (0)