{"body":"function isPlaying()\n{\nconsole.log(\"function isPlaying() called\");\nif(document.getElementById(\"radio\").paused == false)\n{\nconsole.log(\"function isPlaying() returned true\");\nreturn true;\n}\nelse if(document.getElementById(\"radio\").paused == true)\n{\nconsole.log(\"function isPlaying() returned false\");\nreturn false;\n}\nelse\n{\nconsole.log(\"function isPlaying() returned error\");\nreturn \"bug pause= \"+document.getElementById(\"radio\").paused;\n}\n}","name":"","extension":"","url":"https://www.irccloud.com/pastebin/MCAfOsiF","modified":1404581508,"id":"MCAfOsiF","size":439,"lines":19,"own_paste":false,"theme":"","date":1404581508}