Explorar el Código

Merge pull request #531 from causefx/cero-dev

headphones test fix
causefx hace 8 años
padre
commit
759318e601
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -2925,7 +2925,7 @@ function getHeadphonesCalendar($url, $key, $list){
 				$i++;
 				$find = array('_','[', ']', '\n');
 				$replace = array(' ','(', ')', ' ');
-				$albumName = addslashes(str_replace($find,$replace,$child['Title']));
+				$albumName = addslashes(str_replace($find,$replace,$child['FolderName']));
 				//$albumName = addslashes($child['Title']);
 				$albumDate = $child['DateAdded'];
 				$albumID = $child['AlbumID'];