mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
coverimage plugin (#6813)
* Plugin for saving the cover image to file. Useful in some e-ink android devices.
This commit is contained in:
@@ -487,4 +487,8 @@ function Device:canExecuteScript(file)
|
||||
end
|
||||
end
|
||||
|
||||
function Device:isValidPath(path)
|
||||
return util.pathExists(path)
|
||||
end
|
||||
|
||||
return Device
|
||||
|
||||
Reference in New Issue
Block a user