mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:43:11 +02:00
Connect to iTunes: Ignore AAC audio files. Fixes #1081096 (calibre synching with iTunes returns audiobooks as false positives)
This commit is contained in:
commit
37d43bd6b2
1 changed files with 1 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ class ITUNES(DriverBase):
|
|||
|
||||
# iTunes enumerations
|
||||
Audiobooks = [
|
||||
'AAC audio file',
|
||||
'Audible file',
|
||||
'MPEG audio file',
|
||||
'Protected AAC audio file'
|
||||
|
|
|
|||
Loading…
Reference in a new issue