Julien Baker was the musical guest on The Late Late Show With James Corden on Wednesday. The singer-songwriter and guitarist performed “Favor” from her 2021 album, Little Oblivions.
The new record from Baker — who also recently announced Fall 2021 tour dates — arrived on February 26. After chatting with James about playing the trombone among other things, Julien and her band delivered a remote performance of the Little Oblivions single “Favor” for Corden and the late night audience.
Watch Julien Baker perform “Favor” on Corden below via the JamBase Live Video Archive:
!function ($) {
window.jb_populate_livestreams_promo = function( $element ) {
let args = $element.attr( ‘data-args’ );
// set up the AJAX post data
var data = {
‘action’: ‘jb_get_livestreams_promo’,
‘args’: args,
‘wpnonce’: $( ‘#jb_livestreams_promo_nonce’ ).val(),
};
console.log( ‘—— jb_populate_livestreams_promo data —–‘ );
console.log( data );
// make the AJAX $_POSTcall
$.ajax({
type: “POST”,
url: ajaxurl,
data: data,
success: function( response ){
if ( true == response.success ){
$element.html(response.data).slideDown(420, function(){
jbSetStreamLocalTimes();
});
// trigger Cloudinary
var evt = window.document.createEvent(‘UIEvents’);
evt.initUIEvent(‘resize’, true, false, window, 0);
window.dispatchEvent(evt);
return;
}else{
console.log(“jb_populate_livestreams_promo – UNSUCCESSFUL”);
console.log(response);
return;
}
},
error: function( response ){
console.log(“jb_populate_livestreams_promo – ERROR”);
console.log(response);
return;
}
});
};
$(function(){
$(‘#livestreams-promo-container’).each( function(){
if( ! jb_livestreams_promo_killswitch ){
jb_populate_livestreams_promo( $(this) );
}else{
$(this).remove();
}
});
});
}(window.jQuery);
.fb-page.fb_iframe_widget{
width:100%!important;
}
.jb-fb-like-box{
border-top: 1px solid #DAE1E8;
border-bottom: 1px solid #DAE1E8;
padding:15px 0;
margin: 15px 0;
text-align:center;
}
.jb-fb-like-box h3{
margin: 0 0 15px;
}
.jb-fb-like-box blockquote{
border:none;
margin-top: 15px;
}
.single-article-simplified .article-content .jb-fb-like-box:last-child{
border-bottom:none;
padding-bottom: 0;
}