Browse Source

Merge pull request #531 from causefx/cero-dev

headphones test fix
causefx 8 years ago
parent
commit
759318e601
1 changed files with 1 additions and 1 deletions
  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'];