CC-1469: Crossfading support (non-equal power)
-fix few bugs
This commit is contained in:
parent
33ca2e7c9c
commit
8a5c82d71a
2 changed files with 12 additions and 14 deletions
|
@ -147,8 +147,8 @@ class TelnetLiquidsoap:
|
|||
finally:
|
||||
self.telnet_lock.release()
|
||||
|
||||
def get_current_stream_id():
|
||||
try:
|
||||
def get_current_stream_id(self):
|
||||
try:
|
||||
self.telnet_lock.acquire()
|
||||
tn = telnetlib.Telnet(self.ls_host, self.ls_port)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue