diff --git a/frontend/device/pocketbook/device.lua b/frontend/device/pocketbook/device.lua index 5185b8993..1cb308e0a 100644 --- a/frontend/device/pocketbook/device.lua +++ b/frontend/device/pocketbook/device.lua @@ -206,7 +206,7 @@ function PocketBook:associateFileExtensions(assoc) local t = info[k] if t then -- A system entry exists, so just change app, and reuse the rest - t[4] = app_name + t[4] = app_name .. "," .. t[4] else -- Doesn't exist, so hallucinate up something -- TBD: We have document opener in 'v', maybe consult mime in there?