“Do What I Do”

Band :
Title : Do What I Do
Release Date : January 3, 2016
Label :
Format : Digital Download

Originality and individuality are hard to come across these days. T-Strike makes it clear to be yourself with his new single, “Do What I Do”. With production from Bobby Johnson and mixing & mastering by T-Strike himself, this banger is sure to knock your head!

/* Fix: release links must always navigate (theme one-page JS + lightbox were hijacking clicks) */ document.addEventListener('click', function(e){ var a = e.target.closest ? e.target.closest('a') : null; if(!a) return; var href = a.getAttribute('href') || ''; if(href.indexOf('/release/') !== -1){ if(e.stopImmediatePropagation) e.stopImmediatePropagation(); else e.stopPropagation(); e.preventDefault(); window.location.href = href; } }, true);