mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 20:53:13 -06:00
Removed an output message from empty buffers
This commit is contained in:
parent
27c1ec990a
commit
1cebb29bdc
@ -102,8 +102,8 @@ class bufferController(object):
|
|||||||
self.session.settings.write()
|
self.session.settings.write()
|
||||||
|
|
||||||
def start_stream(self, mandatory=False):
|
def start_stream(self, mandatory=False):
|
||||||
if mandatory == True:
|
# if mandatory == True:
|
||||||
output.speak(_(u"Unable to update this buffer."))
|
# output.speak(_(u"Unable to update this buffer."))
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def get_more_items(self):
|
def get_more_items(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user