* VRFS-3356 - use SessionStore currentSessionId directly
This commit is contained in:
parent
dfc0ea596a
commit
b777fb5364
|
|
@ -212,6 +212,7 @@ rest = context.JK.Rest()
|
|||
|
||||
onSyncTracks: () ->
|
||||
logger.debug("MixerStore: onSyncTracks")
|
||||
# XXX using SessionStore directly, because SessionHelper.inSession() is based on if the session has been requested, not if the user has attempted to join the session
|
||||
#unless @session.inSession()
|
||||
unless context.SessionStore.inSession()
|
||||
logger.debug("dropping sync tracks because no longer in session")
|
||||
|
|
|
|||
Loading…
Reference in New Issue