Pārlūkot izejas kodu

improvement on goEar detection

pecesama 17 gadus atpakaļ
vecāks
revīzija
1fa054c489
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      classes/functions.php

+ 1 - 1
classes/functions.php Parādīt failu

@@ -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;