Add opds image download

This commit is contained in:
jpirnay
2026-05-10 20:47:35 +02:00
parent c4b94737fd
commit 80eb889256
8 changed files with 100 additions and 28 deletions
+1
View File
@@ -31,6 +31,7 @@ struct OpdsEntry {
std::string href; // Navigation URL or epub download URL
std::string id;
std::vector<OpdsAcquisitionLink> acquisitionLinks;
std::string imageHref; // Cover image URL (rel="http://opds-spec.org/image"), books only
};
// Legacy alias for backward compatibility