mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 14:20:48 -05:00
fix: remove the personal rating extraction from fb2 books (#1856)
This commit is contained in:
@@ -108,7 +108,6 @@ public class Fb2Processor extends AbstractFileProcessor implements BookFileProce
|
||||
metadata.setLanguage(truncate((lang == null || "UND".equalsIgnoreCase(lang)) ? "en" : lang, 1000));
|
||||
|
||||
metadata.setAsin(truncate(fb2Metadata.getAsin(), 20));
|
||||
metadata.setPersonalRating(fb2Metadata.getPersonalRating());
|
||||
metadata.setAmazonRating(fb2Metadata.getAmazonRating());
|
||||
metadata.setAmazonReviewCount(fb2Metadata.getAmazonReviewCount());
|
||||
metadata.setGoodreadsId(truncate(fb2Metadata.getGoodreadsId(), 100));
|
||||
|
||||
Reference in New Issue
Block a user