* VRFS-3356 - use SessionStore currentSessionId directly

This commit is contained in:
Seth Call 2015-07-23 16:30:55 -05:00
parent dfc0ea596a
commit b777fb5364
1 changed files with 1 additions and 0 deletions

View File

@ -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")