mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:03:44 +02:00
Fix #1539825 [Kobo Glo HD](https://bugs.launchpad.net/calibre/+bug/1539825)
This commit is contained in:
parent
cd8db1818a
commit
a17faec811
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ class Kobo(Device):
|
|||
id = 'kobo'
|
||||
|
||||
class KoboVox(Kobo):
|
||||
name = 'Kobo Vox and Kobo Aura HD'
|
||||
name = 'Kobo Vox, Aura and Glo families'
|
||||
output_profile = 'tablet'
|
||||
id = 'kobo_vox'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue