Revert this change

This commit is contained in:
Jackson Harper 2022-06-09 12:33:16 -07:00
parent 70d655f591
commit 9c5bc1021f

View file

@ -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,