remove unused state.content.currentlyIsPlaying
This commit is contained in:
parent
7af6a8820c
commit
503bc76ef1
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ import * as ACTIONS from 'constants/action_types';
|
||||||
const reducers = {};
|
const reducers = {};
|
||||||
const defaultState = {
|
const defaultState = {
|
||||||
playingUri: null,
|
playingUri: null,
|
||||||
currentlyIsPlaying: false,
|
|
||||||
rewardedContentClaimIds: [],
|
rewardedContentClaimIds: [],
|
||||||
channelClaimCounts: {},
|
channelClaimCounts: {},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue