From b777fb53641fd6890e1b3cfa073ff553cfe285d7 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 23 Jul 2015 16:30:55 -0500 Subject: [PATCH] * VRFS-3356 - use SessionStore currentSessionId directly --- .../javascripts/react-components/stores/MixerStore.js.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/assets/javascripts/react-components/stores/MixerStore.js.coffee b/web/app/assets/javascripts/react-components/stores/MixerStore.js.coffee index 8ebf4a1e6..22d920bd9 100644 --- a/web/app/assets/javascripts/react-components/stores/MixerStore.js.coffee +++ b/web/app/assets/javascripts/react-components/stores/MixerStore.js.coffee @@ -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")