fix(#1701): change episodeDuration after to 20 and remove tmp from proc

keep-around/fdb88b04b32b9392e76795099e2ec47c9856b38b
Andrei Dekterev 4 years ago committed by Andrei Dekterev
parent d32c37b336
commit c52a48383d
  1. 6
      src/config/procedures.tsx
  2. 2
      src/features/MatchPopup/types.tsx

@ -28,10 +28,10 @@ export const PROCEDURES = {
get_user_subscriptions: 'get_user_subscriptions', get_user_subscriptions: 'get_user_subscriptions',
landing_get_match_info: 'landing_get_match_info', landing_get_match_info: 'landing_get_match_info',
lst_c_country: 'lst_c_country', lst_c_country: 'lst_c_country',
ott_match_events: 'ott_match_events_tmp', ott_match_events: 'ott_match_events',
ott_match_popup: 'ott_match_popup_tmp', ott_match_popup: 'ott_match_popup',
ott_match_popup_actions: 'ott_match_popup_actions', ott_match_popup_actions: 'ott_match_popup_actions',
ott_match_popup_player_playlist: 'ott_match_popup_player_playlist_tmp', ott_match_popup_player_playlist: 'ott_match_popup_player_playlist',
param_lexical: 'param_lexical', param_lexical: 'param_lexical',
save_user_custom_subscription: 'save_user_custom_subscription', save_user_custom_subscription: 'save_user_custom_subscription',
save_user_favorite: 'save_user_favorite', save_user_favorite: 'save_user_favorite',

@ -38,7 +38,7 @@ export type SettingsBySport = Partial<Record<SportTypes, Settings>>
export const defaultSettings: Settings = { export const defaultSettings: Settings = {
episodeDuration: { episodeDuration: {
after: 6, after: 20,
before: 6, before: 6,
}, },
selectedActions: [], selectedActions: [],

Loading…
Cancel
Save