mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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
@ -240,6 +240,7 @@ class ITUNES(DriverBase):
|
||||
|
||||
# iTunes enumerations
|
||||
Audiobooks = [
|
||||
'AAC audio file',
|
||||
'Audible file',
|
||||
'MPEG audio file',
|
||||
'Protected AAC audio file'
|
||||
|
Loading…
x
Reference in New Issue
Block a user