From 1c1c1fd38cafc8c223fd4cddcc4859dbd861d287 Mon Sep 17 00:00:00 2001 From: celogeek <65178+celogeek@users.noreply.github.com> Date: Sun, 30 Apr 2023 18:12:29 +0200 Subject: [PATCH] rename high resolution profile --- internal/converter/profiles/converter_profiles.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/converter/profiles/converter_profiles.go b/internal/converter/profiles/converter_profiles.go index d7526c3..413cebf 100644 --- a/internal/converter/profiles/converter_profiles.go +++ b/internal/converter/profiles/converter_profiles.go @@ -46,7 +46,6 @@ func New() Profiles { {"KPW5", "Kindle Paperwhite 5/Signature Edition", 1236, 1648}, {"KO", "Kindle Oasis 2/3", 1264, 1680}, {"KS", "Kindle Scribe", 1860, 2480}, - {"KHR", "Kindle High Resolution", 2400, 3840}, // Kobo {"KoMT", "Kobo Mini/Touch", 600, 800}, {"KoG", "Kobo Glo", 768, 1024}, @@ -61,6 +60,8 @@ func New() Profiles { {"KoF", "Kobo Forma", 1440, 1920}, {"KoS", "Kobo Sage", 1440, 1920}, {"KoE", "Kobo Elipsa", 1404, 1872}, + // High Resolution for Tablette + {"HR", "High Resolution", 2400, 3840}, } }