diff --git a/plugins/exporter.koplugin/clip.lua b/plugins/exporter.koplugin/clip.lua index 39b9bbaab..e35fc51e8 100644 --- a/plugins/exporter.koplugin/clip.lua +++ b/plugins/exporter.koplugin/clip.lua @@ -243,7 +243,7 @@ function MyClipping:parseAnnotations(annotations, book) page = item.pageno, time = self:getTime(item.datetime), text = self:getText(item.text), - note = self:getText(item.note), + note = item.note and self:getText(item.note), chapter = item.chapter, drawer = item.drawer, }