diff --git a/plugins/autosuspend.koplugin/main.lua b/plugins/autosuspend.koplugin/main.lua index ae285ce65..c032c3765 100644 --- a/plugins/autosuspend.koplugin/main.lua +++ b/plugins/autosuspend.koplugin/main.lua @@ -1,6 +1,7 @@ local Device = require("device") if not Device:isCervantes() and + not Device:isKindle() and not Device:isKobo() and not Device:isRemarkable() and not Device:isSDL() and