Skip to content

Commit

Permalink
Remove publish date
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Sep 6, 2023
1 parent e71715c commit c33a6fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Service/BookManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public function createBook(\SplFileInfo $file): Book
$book->setSerieIndex($extractedMetadata['serie_index']);
}
$book->setPublisher($extractedMetadata['publisher']);
$book->setPublishDate($extractedMetadata['publish_date']);
if (2 === strlen($extractedMetadata['language'] ?? '')) {
$book->setLanguage($extractedMetadata['language']);
}
Expand Down

0 comments on commit c33a6fd

Please sign in to comment.