mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Revert this change
This commit is contained in:
parent
70d655f591
commit
9c5bc1021f
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ public struct PDFItem {
|
|||
objectID: item.objectID,
|
||||
itemID: item.unwrappedID,
|
||||
pdfURL: URL(string: item.unwrappedPageURLString),
|
||||
localPdfURL: nil, // item.localPdfURL.flatMap { URL(string: $0) },
|
||||
localPdfURL: item.localPdfURL.flatMap { URL(string: $0) },
|
||||
title: item.unwrappedID,
|
||||
slug: item.unwrappedSlug,
|
||||
readingProgress: item.readingProgress,
|
||||
|
|
|
|||
Loading…
Reference in a new issue