MUSIC_SONG_SELECTED: (
      state,
      { payload: { songId } }: PayloadAction<{ songId: string }>
    ) => selectSong(songId)(state),