diff --git a/static/js/com.podnoms.utils.js b/static/js/com.podnoms.utils.js index 24cda1d..b38ab05 100644 --- a/static/js/com.podnoms.utils.js +++ b/static/js/com.podnoms.utils.js @@ -101,7 +101,7 @@ com.podnoms.utils = { checkPlayCount: function(){ if (document.cookie.indexOf('sessionId')){ $.getJSON('/ajax/session_play_count', function (data) { - if ((data.play_count % 5) == 0){ + if ((data.play_count != 0) && (data.play_count % 5) == 0){ com.podnoms.utils.showAlertModal( "Hey There!", "We've noticed you've been playing a few mixes now.
" +