SAAS-772: Send metadata to Tunein

Removed unused code
This commit is contained in:
drigato 2015-05-22 10:35:36 -04:00
parent d26b913a11
commit 94b949adaa
2 changed files with 4 additions and 36 deletions

View file

@ -2,6 +2,10 @@
class Application_Common_TuneIn
{
/**
* @param $title url encoded string
* @param $artist url encoded string
*/
public static function sendMetadataToTunein($title, $artist)
{
$credQryStr = self::getCredentialsQueryString();