Explorar el Código

improvement on goEar detection

pecesama hace 17 años
padre
commit
1fa054c489
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      classes/functions.php

+ 1 - 1
classes/functions.php Ver fichero

@@ -63,7 +63,7 @@ if(!defined('entry') || !entry) die('Not a valid page');
63 63
 	}
64 64
 	
65 65
 	function isGoEar($songUrl) {
66
-		if (beginsWith($songUrl, "http://www.goear.com/listen.php?v="))
66
+		if (beginsWith($songUrl, "http://www.goear.com/listen.php?v=") || beginsWith($songUrl, "http://goear.com/listen.php?v="))
67 67
 			return true;
68 68
 		else
69 69
 			return false;