Film strip view almost working again.
This commit is contained in:
@@ -568,10 +568,10 @@ export const loggedIn = () =>
|
||||
type : 'LOGGED_IN'
|
||||
});
|
||||
|
||||
export const setSelectedPeer = (selectedpeerId) =>
|
||||
export const setSelectedPeer = (selectedPeerId) =>
|
||||
({
|
||||
type : 'SET_SELECTED_PEER',
|
||||
payload : { selectedpeerId }
|
||||
payload : { selectedPeerId }
|
||||
});
|
||||
|
||||
export const setSpotlights = (spotlights) =>
|
||||
|
||||
Reference in New Issue
Block a user