Skip to content
Snippets Groups Projects
Commit f2a70863 authored by llaffont's avatar llaffont
Browse files

Correction urls youtube pour la bib numerique

parent 6c5373f8
No related merge requests found
......@@ -42,7 +42,7 @@ class ZendAfi_View_Helper_Album_XspfPlaylistVisitor extends Zend_View_Helper_Ab
$this->_tracks []= $this->_builder->track(
$this->_builder->title($ressource->getTitre())
.$this->_builder->image($this->view->absoluteUrl($ressource->getThumbnailUrl()))
.$this->_builder->location($this->view->absoluteUrl($ressource->getOriginalUrl()))
.$this->_builder->location('<![CDATA['.$this->view->absoluteUrl($ressource->getOriginalUrl()).']]>')
);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment