Explorar o código

headphones test fix

causefx %!s(int64=8) %!d(string=hai) anos
pai
achega
e372a19f01
Modificáronse 1 ficheiros con 1 adicións e 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'];