function p(e){let n=Math.floor(e/6e4),t=e%6e4/1e3|0;return t==60?n+1+":00":n+":"+(t<10?"0":"")+t}function f(e,n,t){let o=e.split(n),s=o.slice(t).join(n),r=o.slice(0,t);return r.push(s),r}var l=(e,n,t,o,s,r)=>{let i=new URLSearchParams;s&&i.append("listId",s),o&&i.append("searched",o),r&&i.append("source",r);let c=encodeURIComponent("title="+n),a=encodeURIComponent("artists="+t),u=i.toString();return`/songs-like/${e}/${c}/${a}${u?"?"+u:""}`};export{p as a,f as b,l as c};
