mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-24 03:35:06 +01:00
Added 'AAC audio file' to list of ignored Audiobook types
This commit is contained in:
parent
26e0b8d2ec
commit
2e5b2a194d
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