mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #2044659 [Library on Tolino Vision 6 doesn't get listed](https://bugs.launchpad.net/calibre/+bug/2044659)
This commit is contained in:
parent
aa48fc63d0
commit
a0da32deb5
@ -100,7 +100,8 @@ class MTP_DEVICE(BASE):
|
||||
'pictures', 'ringtones', 'samsung', 'sony', 'htc', 'bluetooth', 'fonts', 'system',
|
||||
'games', 'lost.dir', 'video', 'whatsapp', 'image', 'com.zinio.mobile.android.reader'}:
|
||||
return True
|
||||
if lpath[0].startswith('.'):
|
||||
if lpath[0].startswith('.') and lpath[0] != '.tolino':
|
||||
# apparently the Tolino for some reason uses a hidden folder for its library, sigh.
|
||||
return True
|
||||
|
||||
if len(lpath) > 1 and lpath[0] == 'android':
|
||||
|
Loading…
x
Reference in New Issue
Block a user