ソースを参照

improvement on goEar detection

pecesama 17 年 前
コミット
1fa054c489
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      classes/functions.php

+ 1 - 1
classes/functions.php ファイルの表示

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