remove unused state.content.currentlyIsPlaying

This commit is contained in:
Travis Eden 2018-07-28 18:30:02 -04:00 committed by Sean Yesmunt
parent 7af6a8820c
commit 503bc76ef1

View file

@ -3,7 +3,6 @@ import * as ACTIONS from 'constants/action_types';
const reducers = {};
const defaultState = {
playingUri: null,
currentlyIsPlaying: false,
rewardedContentClaimIds: [],
channelClaimCounts: {},
};