diff --git a/library/Class/WebService/OPDS/CatalogEntry.php b/library/Class/WebService/OPDS/CatalogEntry.php index f13df5a4d0250ffee2efe8c19ab2358d8d3beb99..5065b24e593e596c19446782870f452419c2ecd1 100644 --- a/library/Class/WebService/OPDS/CatalogEntry.php +++ b/library/Class/WebService/OPDS/CatalogEntry.php @@ -68,6 +68,7 @@ class Class_WebService_OPDS_CatalogEntry extends Class_WebService_BibNumerique_R public function fillAlbum($album) { $album ->setAuteur($this->getAuthor()) ->beEPUB(); + $album->save(); foreach ($this->_files as $file) $file->newRessourceInAlbum($album);