You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var str = "select songid from songs where id in (SELECT distinct(id) FROM `plays` where upvotes > 0) and lastHeard < date_sub(now(), interval 1 day) ORDER BY rand() LIMIT 1";