Screenshot: set as book custom cover (#11227)

This commit is contained in:
hius07
2023-12-16 10:36:57 +02:00
committed by GitHub
parent 0d2f8fbb3f
commit f765fe3070
12 changed files with 212 additions and 320 deletions

View File

@@ -2515,7 +2515,7 @@ function ReaderFooter:onTimeFormatChanged()
end
function ReaderFooter:onBookMetadataChanged(prop_updated)
if prop_updated.metadata_key_updated == "title" then
if prop_updated and prop_updated.metadata_key_updated == "title" then
self:updateFooterText()
end
end