Todd Snider covered Chris Robinson Brotherhood’s “If You Had A Heart To Break.” The nod came during Snider’s weekly livestream What It Is — Live with Todd Snider airing Sundays at 11 p.m. CT.
“If You Had A Heart To Break” appears on the CRB’s 2017 record, Barefoot In The Head. Snider’s performance saw the singer-songwriter offering a solo acoustic take on the tune.
Watch Todd Snider perform CRB’s “If You Had A Heart To Break” below:
!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,
};
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);
// trigger Cloudinary
var evt = window.document.createEvent(‘UIEvents’);
evt.initUIEvent(‘resize’, true, false, window, 0);
window.dispatchEvent(evt);
return;
}
},
error: function( response ){
alert( response.responseText );
}
});
};
$(function(){
$(‘#livestreams-promo-container’).each( function(){
jb_populate_livestreams_promo( $(this) );
});
});
}(window.jQuery);
.house-unit-wide { display: none; }
.house-unit-narrow{ display: block; }
@media (min-width: 768px) {
.house-unit-wide { display: block; }
.house-unit-narrow{ display: none; }
}