ADVERTISEMENT

Odumodublvck – Industry Machine (Album)

Odumodublvck, a wonderfully gifted Nigerian singer-songwriter, has come through on the internet with a buzzing and electrifying extended play known as ” Industry Machine (Album).”

This album is currently the talk of the town as he tends to feature some versatile singers and composers like Davido, Seun Kuti, Tyla, Nasty C, and many more.

Industry Machine (Album) All Tracklist By Odumodublvck!

  1. Odumodublvck – Industry Machine
  2. Odumodublvck – Grooving Ft Davido
  3. Odumodublvck – Do Yanga Ft Patoranking
  4. Odumodublvck – Adenuga Ft. Anti World Gangstars & Skepta
  5. Odumodublvck – Maradona Ft. Justin Quiles & Saweetie
  6. Odumodublvck – Layi Wasabi Ft. Reminisce
  7. Odumodublvck – If You Like Gym Ft. Modenine
  8. Odumodublvck – My Angel Ft. Chike
  9. Odumodublvck – Ejor Ft. Ayo Maff & Smada
  10. Odumodublvck – 2 People Ft. Cash Cobain
  11. Odumodublvck – Baggio Ft. Prettyboy D-O & Giggs
  12. Odumodublvck – Bombastic Element
  13. Odumodublvck – Banza Boy
  14. Odumodublvck – Vinicius
  15. Odumodublvck – Ghetto Man Yutte
  16. Odumodublvck – Too Spoilt
  17. Odumodublvck – Baby Reindeer
  18. Odumodublvck – Candy Music
  19. Odumodublvck – Big Time Ft Wizkid
  20. Odumodublvck – Pay Me Ft Stormzy & Zlatan
  21. Odumodublvck – Hallelujah Ft Tobe Nwigwe, Phyno Ft Jeriq
  22. Odumodublvck – Unaware Ft Pa Salieu
  23. Odumodublvck – Tiffany Ft. PsychoYP

 

Join the Discussion

Comments (1)
  1. Olamilekan

    7 hours ago

    Why you no wan set my enemies up

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

`; adContainer.appendChild(script); // Display the ad container (if it was hidden) adContainer.style.display = 'block'; // Store the current time localStorage.setItem(LAST_AD_DISPLAY_KEY, Date.now()); } } function canShowAd() { const lastDisplayTime = localStorage.getItem(LAST_AD_DISPLAY_KEY); if (!lastDisplayTime) { // No previous display time, so we can show the ad return true; } const currentTime = Date.now(); const timeElapsed = currentTime - parseInt(lastDisplayTime, 10); return timeElapsed >= AD_DISPLAY_INTERVAL; } // Check on page load and delay ad appearance document.addEventListener('DOMContentLoaded', () => { if (canShowAd()) { setTimeout(() => { showVignetteAd(); }, DELAY_TIME); } else { // Optionally, if you want to hide the ad container initially if not eligible document.getElementById(AD_ZONE_ID).style.display = 'none'; } }); // You could also set up a recurring check if the user stays on the page for a long time // However, vignette ads are typically shown on page load or navigation. // If you need a persistent check *while on the same page*, uncomment the following: /* setInterval(() => { if (canShowAd()) { showVignetteAd(); } }, 60 * 1000); // Check every minute if an ad can be shown */