mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-11-08 07:07:05 +00:00
Core: Skip sessions not yet started when switching accounts in invisible interface
This commit is contained in:
@@ -300,7 +300,6 @@ class Controller(object):
|
||||
session.start_streaming()
|
||||
|
||||
def create_account_buffer(self, name, session_id, logged=False):
|
||||
self.accounts.append(name)
|
||||
account = buffers.base.AccountBuffer(self.view.nb, name, name, session_id)
|
||||
if logged == False:
|
||||
account.logged = logged
|
||||
|
||||
Reference in New Issue
Block a user