mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2026-02-05 05:34:16 +01: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